C# Class SenseNet.DirectoryServices.SyncConfiguration

Afficher le fichier Open project: maxpavlov/FlexNet

Protected Properties

Свойство Type Description
_configPath string

Méthodes publiques

Méthode Description
GetPropertyMappings ( ) : List
GetSyncTrees ( ) : List
GetUserNameProp ( List propMappings ) : string

Méthodes protégées

Méthode Description
AddSyncProperty ( List properties, XmlNode propNode ) : void
GetXmlDocument ( string ConfigPath ) : XmlDocument

Method Details

AddSyncProperty() protected static méthode

protected static AddSyncProperty ( List properties, XmlNode propNode ) : void
properties List
propNode System.Xml.XmlNode
Résultat void

GetPropertyMappings() public méthode

public GetPropertyMappings ( ) : List
Résultat List

GetSyncTrees() public méthode

public GetSyncTrees ( ) : List
Résultat List

GetUserNameProp() public static méthode

public static GetUserNameProp ( List propMappings ) : string
propMappings List
Résultat string

GetXmlDocument() protected static méthode

protected static GetXmlDocument ( string ConfigPath ) : XmlDocument
ConfigPath string
Résultat System.Xml.XmlDocument

Property Details

_configPath protected_oe property

protected string _configPath
Résultat string