Свойство | Type | Description | |
---|---|---|---|
_changes | DirectoryAttributeModification>.Dictionary |
Méthode | Description | |
---|---|---|
AppendAttrValue ( string attrName, string value ) : void | ||
ClearAttr ( string attrName ) : void |
Replace all values of 'attrName' with the empty string.
|
|
CommitChanges ( System.DirectoryServices.Protocols.LdapConnection ldap ) : void |
Send all pending changes to the directory service. If there is a pending rename / re-superior, it will fire first.
|
|
ContainsAttrValue ( string propName, object value ) : bool | ||
CreateUncommitted ( string dn ) : |
||
Delete ( System.DirectoryServices.Protocols.LdapConnection ldap ) : void | ||
Dispose ( ) : void | ||
GetAttrStringValue ( string propName ) : string | ||
HasAttribute ( string attrName ) : bool | ||
MutableEntry ( System.DirectoryServices.Protocols.SearchResultEntry se ) : System | ||
MutableEntry ( string dn ) : System | ||
RemoveAttrValue ( string attrName, string value ) : void |
On a new/uncommitted entry, check for any in-queue Add / Replace operations on 'propName' and remove 'value' if present. On a regular existing entry, queue a deletion of the specified value.
|
|
SetAttr ( string attrName, object values ) : void |
Replace the values of 'propName' with 'values'. If there is already an in-flight Replace request on 'propName', this method will add to its values.
|
|
SetAttr ( string attrName, string value ) : void |
Replace the values of 'propName' with 'value'. If there is already an in-flight Replace request on 'propName', this method will add to its values.
|
Méthode | Description | |
---|---|---|
CheckForDeletion ( ) : void | ||
Dispose ( bool isDisposing ) : void |
Méthode | Description | |
---|---|---|
ChangesAsDAMC ( ) : System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection |
Collect the set of pending modifications for sending to the LDAP DSA
|
public AppendAttrValue ( string attrName, string value ) : void | ||
attrName | string | |
value | string | |
Résultat | void |
public ClearAttr ( string attrName ) : void | ||
attrName | string | |
Résultat | void |
public CommitChanges ( System.DirectoryServices.Protocols.LdapConnection ldap ) : void | ||
ldap | System.DirectoryServices.Protocols.LdapConnection | |
Résultat | void |
public ContainsAttrValue ( string propName, object value ) : bool | ||
propName | string | |
value | object | |
Résultat | bool |
public static CreateUncommitted ( string dn ) : |
||
dn | string | |
Résultat |
public Delete ( System.DirectoryServices.Protocols.LdapConnection ldap ) : void | ||
ldap | System.DirectoryServices.Protocols.LdapConnection | |
Résultat | void |
protected Dispose ( bool isDisposing ) : void | ||
isDisposing | bool | |
Résultat | void |
public GetAttrStringValue ( string propName ) : string | ||
propName | string | |
Résultat | string |
public HasAttribute ( string attrName ) : bool | ||
attrName | string | |
Résultat | bool |
public MutableEntry ( System.DirectoryServices.Protocols.SearchResultEntry se ) : System | ||
se | System.DirectoryServices.Protocols.SearchResultEntry | |
Résultat | System |
public RemoveAttrValue ( string attrName, string value ) : void | ||
attrName | string | |
value | string | |
Résultat | void |
public SetAttr ( string attrName, object values ) : void | ||
attrName | string | |
values | object | |
Résultat | void |
public SetAttr ( string attrName, string value ) : void | ||
attrName | string | |
value | string | |
Résultat | void |