C# 클래스 ManagedUiaCustomizationCore.AttributeDrivenPatternSchema

상속: CustomPatternSchemaBase
파일 보기 프로젝트 열기: TestStack/uia-custom-pattern-managed

공개 메소드들

메소드 설명
AttributeDrivenPatternSchema ( Type patternProviderInterface, Type patternClientInterface ) : System

비공개 메소드들

메소드 설명
GetMethodErrorsMsg ( ) : string
GetMethodHelper ( MethodInfo mInfo ) : UiaMethodInfoHelper
GetPropertyErrosMsg ( ) : string
GetPropertyHelper ( PropertyInfo pInfo ) : UiaPropertyInfoHelper
ValidateClientInterface ( ) : void

메소드 상세

AttributeDrivenPatternSchema() 공개 메소드

public AttributeDrivenPatternSchema ( Type patternProviderInterface, Type patternClientInterface ) : System
patternProviderInterface System.Type
patternClientInterface System.Type
리턴 System