Acceleratio.SPDG.Generator.SPModel.SPDGUser.SPDGUser C# (CSharp) Méthode

SPDGUser() protected méthode

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