Example #1
0
 protected ImportAttribute(ImportManageType manageType) : this(null, manageType)
 {
 }
Example #2
0
 protected ImportAttribute(string name, ImportManageType manageType)
 {
     Name       = name;
     ManageType = manageType;
 }