Exemple #1
0
 public Index(Extension.Index parent, string messageId = null)
 {
     this.parent    = parent;
     rc             = parent.rc;
     this.messageId = messageId;
 }
 public Index(Extension.Index parent, string greetingId = null)
 {
     this.parent     = parent;
     rc              = parent.rc;
     this.greetingId = greetingId;
 }
 public Index(Extension.Index parent)
 {
     this.parent = parent;
     rc          = parent.rc;
 }
 public Index(Extension.Index parent, string ringoutId = null)
 {
     this.parent    = parent;
     rc             = parent.rc;
     this.ringoutId = ringoutId;
 }
Exemple #5
0
 public Index(Extension.Index parent, string locationId = null)
 {
     this.parent     = parent;
     rc              = parent.rc;
     this.locationId = locationId;
 }
Exemple #6
0
 public Index(Extension.Index parent, string scaleSize = null)
 {
     this.parent    = parent;
     rc             = parent.rc;
     this.scaleSize = scaleSize;
 }
Exemple #7
0
 public Index(Extension.Index parent, string forwardingNumberId = null)
 {
     this.parent             = parent;
     rc                      = parent.rc;
     this.forwardingNumberId = forwardingNumberId;
 }
 public Index(Extension.Index parent, string callRecordId = null)
 {
     this.parent       = parent;
     rc                = parent.rc;
     this.callRecordId = callRecordId;
 }