Пример #1
0
 public DirectoryOperationStatus(DirectoryOperationType op, string distinguishedName, ResultCode state)
 {
     DOT = op;
     DN  = distinguishedName;
     RC  = state;
 }
Пример #2
0
 public DirectoryOperationStatus(DirectoryOperationType op, string dn, ResultCode state)
 {
     Operation         = op;
     DistinguishedName = dn;
     Status            = state;
 }