Beispiel #1
0
 public Index(Dictionary.Index parent, string stateId = null)
 {
     this.parent  = parent;
     rc           = parent.rc;
     this.stateId = stateId;
 }
Beispiel #2
0
 public Index(Dictionary.Index parent, string timezoneId = null)
 {
     this.parent     = parent;
     rc              = parent.rc;
     this.timezoneId = timezoneId;
 }
Beispiel #3
0
 public Index(Dictionary.Index parent)
 {
     this.parent = parent;
     rc          = parent.rc;
 }
Beispiel #4
0
 public Index(Dictionary.Index parent, string greetingId = null)
 {
     this.parent     = parent;
     rc              = parent.rc;
     this.greetingId = greetingId;
 }
Beispiel #5
0
 public Index(Dictionary.Index parent, string brandId = null)
 {
     this.parent  = parent;
     rc           = parent.rc;
     this.brandId = brandId;
 }
Beispiel #6
0
 public Index(Dictionary.Index parent, string countryId = null)
 {
     this.parent    = parent;
     rc             = parent.rc;
     this.countryId = countryId;
 }
Beispiel #7
0
 public Index(Dictionary.Index parent, string permissionId = null)
 {
     this.parent       = parent;
     rc                = parent.rc;
     this.permissionId = permissionId;
 }
Beispiel #8
0
 public Index(Dictionary.Index parent, string languageId = null)
 {
     this.parent     = parent;
     rc              = parent.rc;
     this.languageId = languageId;
 }
Beispiel #9
0
 public Index(Dictionary.Index parent, string roleId = null)
 {
     this.parent = parent;
     rc          = parent.rc;
     this.roleId = roleId;
 }