Esempio n. 1
0
#pragma warning restore CS1591 // Missing XML comment for publicly visible type or member 'SINnerGroup.Language'

#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member 'SINnerGroup.SINnerGroup()'
        public SINnerGroup()
#pragma warning restore CS1591 // Missing XML comment for publicly visible type or member 'SINnerGroup.SINnerGroup()'
        {
            MyGroups    = new List <SINnerGroup>();
            MySettings  = new SINnerGroupSetting();
            HasPassword = false;
        }
Esempio n. 2
0
 public SINnerGroup()
 {
     MyGroups    = new List <SINnerGroup>();
     MySettings  = new SINnerGroupSetting();
     HasPassword = PasswordHash?.Length > 0;
 }
Esempio n. 3
0
 public SINnerGroup()
 {
     MyGroups   = new List <SINnerGroup>();
     MySettings = new SINnerGroupSetting();
 }
Esempio n. 4
0
 public SINnerGroup()
 {
     MyGroups         = new List <SINnerGroup>();
     MySettings       = new SINnerGroupSetting();
     this.HasPassword = this.PasswordHash?.Any() == true ? true : false;
 }
Esempio n. 5
0
 public SINnerGroup()
 {
     MyGroups    = new List <SINnerGroup>();
     MySettings  = new SINnerGroupSetting();
     HasPassword = false;
 }