ORMLite in Plugins  Topic is solved

Discussions relating to Jiwa 7 plugin development, and the Jiwa 7 API.

ORMLite in Plugins

Postby SBarnes » Fri Oct 05, 2018 5:45 pm

Hi Mike,

A while ago I asked you about using ORMLite in a normal plugin which is here https://forums.jiwa.com.au/viewtopic.php?f=26&t=783&p=2787&hilit=ormlite#p2787, if you want to use any tables that are not standard Jiwa tables but have been defined created by the T4 templates such as

Code: Select all
      [Alias("HOS_CN_Logins")]
    public partial class HOS_CN_Login
    {
        [Required]
        public string LoginCode { get; set; }
        [Required]
        public DateTime LastLoginDateTime { get; set; }
        [Required]
        public DateTime PasswordExpiry { get; set; }
    }


I am assuming these will work as well provided they are declared in the plugin and are in appropriate name space?
Regards
Stuart Barnes
SBarnes
Shihan
Shihan
 
Posts: 1696
Joined: Fri Aug 15, 2008 3:27 pm
Topics Solved: 191

Re: ORMLite in Plugins  Topic is solved

Postby Mike.Sheen » Tue Nov 27, 2018 11:06 am

Yes.
Mike Sheen
Chief Software Engineer
Jiwa Financials

If I do answer your question to your satisfaction, please mark it as the post solving the topic so others with the same issue can readily identify the solution
User avatar
Mike.Sheen
Overflow Error
Overflow Error
 
Posts: 2583
Joined: Tue Feb 12, 2008 11:12 am
Location: Perth, Republic of Western Australia
Topics Solved: 807


Return to Technical and or Programming

Who is online

Users browsing this forum: No registered users and 4 guests