Acceleratio.SPDG.Generator.SPModel.SPDGUser.SPDGUser C# (CSharp) Method

SPDGUser() protected method

protected SPDGUser ( int id, string loginName, string name ) : System.Collections.Generic
id int
loginName string
name string
return System.Collections.Generic
        protected SPDGUser(int id, string loginName, string name)
            : base(id, loginName, name)
        {
        }
SPDGUser