Exemple #1
0
 public Index(Restapi.Dictionary.Index parent, string stateId = null)
 {
     this.parent  = parent;
     this.rc      = parent.rc;
     this.stateId = stateId;
 }
Exemple #2
0
 public Index(Restapi.Dictionary.Index parent)
 {
     this.parent = parent;
     this.rc     = parent.rc;
 }
 public Index(Restapi.Dictionary.Index parent, string languageId = null)
 {
     this.parent     = parent;
     this.rc         = parent.rc;
     this.languageId = languageId;
 }
Exemple #4
0
 public Index(Restapi.Dictionary.Index parent, string timezoneId = null)
 {
     this.parent     = parent;
     this.rc         = parent.rc;
     this.timezoneId = timezoneId;
 }
 public Index(Restapi.Dictionary.Index parent, string greetingId = null)
 {
     this.parent     = parent;
     this.rc         = parent.rc;
     this.greetingId = greetingId;
 }
Exemple #6
0
 public Index(Restapi.Dictionary.Index parent, string countryId = null)
 {
     this.parent    = parent;
     this.rc        = parent.rc;
     this.countryId = countryId;
 }