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