C# 클래스 Org.IdentityConnectors.ActiveDirectory.CommonUtils

파일 보기 프로젝트 열기: Evolveum/openicf

공개 메소드들

메소드 설명
ConvertToSupportedForm ( ConnectorAttributeInfo cai, object value ) : ICollection

Converts any value to a form that can be stored into connector attribute.

DumpConnectorAttributes ( ICollection attributes ) : string
GetOCInfoFromAssembly ( string resourceName, Assembly assembly ) : ObjectClassInfo>.IDictionary
GetOCInfoFromExecutingAssembly ( string resourceName ) : ObjectClassInfo>.IDictionary
GetOCInfoFromFile ( string fileName ) : ObjectClassInfo>.IDictionary
MergeOCInfo ( ObjectClassInfo>.IDictionary global, ObjectClassInfo>.IDictionary local ) : ObjectClassInfo>.IDictionary
MergeOCInfo ( ObjectClassInfo>.IList infos ) : ObjectClassInfo>.IDictionary
ReadResource ( string filename, Assembly assembly ) : string

비공개 메소드들

메소드 설명
GetOCInfoInternal ( Stream stream, bool dump ) : ObjectClassInfo>.IDictionary
IsSupported ( ConnectorAttributeInfo cai, object value ) : bool
Merge ( ObjectClassInfo>.IDictionary target, ObjectClassInfo>.IDictionary source ) : void

메소드 상세

ConvertToSupportedForm() 공개 정적인 메소드

Converts any value to a form that can be stored into connector attribute.
public static ConvertToSupportedForm ( ConnectorAttributeInfo cai, object value ) : ICollection
cai Org.IdentityConnectors.Framework.Common.Objects.ConnectorAttributeInfo
value object
리턴 ICollection

DumpConnectorAttributes() 공개 정적인 메소드

public static DumpConnectorAttributes ( ICollection attributes ) : string
attributes ICollection
리턴 string

GetOCInfoFromAssembly() 공개 정적인 메소드

public static GetOCInfoFromAssembly ( string resourceName, Assembly assembly ) : ObjectClassInfo>.IDictionary
resourceName string
assembly System.Reflection.Assembly
리턴 ObjectClassInfo>.IDictionary

GetOCInfoFromExecutingAssembly() 공개 정적인 메소드

public static GetOCInfoFromExecutingAssembly ( string resourceName ) : ObjectClassInfo>.IDictionary
resourceName string
리턴 ObjectClassInfo>.IDictionary

GetOCInfoFromFile() 공개 정적인 메소드

public static GetOCInfoFromFile ( string fileName ) : ObjectClassInfo>.IDictionary
fileName string
리턴 ObjectClassInfo>.IDictionary

MergeOCInfo() 공개 정적인 메소드

public static MergeOCInfo ( ObjectClassInfo>.IDictionary global, ObjectClassInfo>.IDictionary local ) : ObjectClassInfo>.IDictionary
global ObjectClassInfo>.IDictionary
local ObjectClassInfo>.IDictionary
리턴 ObjectClassInfo>.IDictionary

MergeOCInfo() 공개 정적인 메소드

public static MergeOCInfo ( ObjectClassInfo>.IList infos ) : ObjectClassInfo>.IDictionary
infos ObjectClassInfo>.IList
리턴 ObjectClassInfo>.IDictionary

ReadResource() 공개 정적인 메소드

public static ReadResource ( string filename, Assembly assembly ) : string
filename string
assembly System.Reflection.Assembly
리턴 string