C# Class SenseNet.DirectoryServices.SyncConfiguration

显示文件 Open project: maxpavlov/FlexNet

Protected Properties

Property Type Description
_configPath string

Public Methods

Method Description
GetPropertyMappings ( ) : List
GetSyncTrees ( ) : List
GetUserNameProp ( List propMappings ) : string

Protected Methods

Method Description
AddSyncProperty ( List properties, XmlNode propNode ) : void
GetXmlDocument ( string ConfigPath ) : XmlDocument

Method Details

AddSyncProperty() protected static method

protected static AddSyncProperty ( List properties, XmlNode propNode ) : void
properties List
propNode System.Xml.XmlNode
return void

GetPropertyMappings() public method

public GetPropertyMappings ( ) : List
return List

GetSyncTrees() public method

public GetSyncTrees ( ) : List
return List

GetUserNameProp() public static method

public static GetUserNameProp ( List propMappings ) : string
propMappings List
return string

GetXmlDocument() protected static method

protected static GetXmlDocument ( string ConfigPath ) : XmlDocument
ConfigPath string
return System.Xml.XmlDocument

Property Details

_configPath protected_oe property

protected string _configPath
return string