Exemplo n.º 1
0
 public DirectoryOperationStatus(DirectoryOperationType op, string distinguishedName, ResultCode state)
 {
     DOT = op;
     DN  = distinguishedName;
     RC  = state;
 }
Exemplo n.º 2
0
 public DirectoryOperationStatus(DirectoryOperationType op, string dn, ResultCode state)
 {
     Operation         = op;
     DistinguishedName = dn;
     Status            = state;
 }