NDG.DataAccessModels.Server.Server C# (CSharp) Method

Server() public method

public Server ( ) : System
return System
        public Server()
        {
            this._Settings = new EntitySet<Settings>(new Action<Settings>(this.attach_Settings), new Action<Settings>(this.detach_Settings));
            this._User = new EntitySet<User>(new Action<User>(this.attach_User), new Action<User>(this.detach_User));
            OnCreated();
        }