C# 클래스 SenseNet.DirectoryServices.SyncConfiguration

파일 보기 프로젝트 열기: maxpavlov/FlexNet

보호된 프로퍼티들

프로퍼티 타입 설명
_configPath string

공개 메소드들

메소드 설명
GetPropertyMappings ( ) : List
GetSyncTrees ( ) : List
GetUserNameProp ( List propMappings ) : string

보호된 메소드들

메소드 설명
AddSyncProperty ( List properties, XmlNode propNode ) : void
GetXmlDocument ( string ConfigPath ) : XmlDocument

메소드 상세

AddSyncProperty() 보호된 정적인 메소드

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

GetPropertyMappings() 공개 메소드

public GetPropertyMappings ( ) : List
리턴 List

GetSyncTrees() 공개 메소드

public GetSyncTrees ( ) : List
리턴 List

GetUserNameProp() 공개 정적인 메소드

public static GetUserNameProp ( List propMappings ) : string
propMappings List
리턴 string

GetXmlDocument() 보호된 정적인 메소드

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

프로퍼티 상세

_configPath 보호되어 있는 프로퍼티

protected string _configPath
리턴 string