Exemple #1
0
 public AttachmentEntityActionBaseView(AttachmentEntityActionDestinationType destinationTypeVal)
 {
     destinationType = destinationTypeVal;
 }
Exemple #2
0
 public AttachmentEntityActionCreateForm(AttachmentEntityActionDestinationType destinationTypeVal)
     : base(destinationTypeVal)
 {
 }
Exemple #3
0
 public AttachmentEntityActionBaseView(string uid, AttachmentEntityActionType type, AttachmentEntityActionDestinationType destinationType)
 {
     this.uid             = uid;
     this.type            = type;
     this.destinationType = destinationType;
 }