C# Class ManagedUiaCustomizationCore.AttributeDrivenPatternSchema

Inheritance: CustomPatternSchemaBase
Show file Open project: TestStack/uia-custom-pattern-managed

Public Methods

Method Description
AttributeDrivenPatternSchema ( Type patternProviderInterface, Type patternClientInterface ) : System

Private Methods

Method Description
GetMethodErrorsMsg ( ) : string
GetMethodHelper ( MethodInfo mInfo ) : UiaMethodInfoHelper
GetPropertyErrosMsg ( ) : string
GetPropertyHelper ( PropertyInfo pInfo ) : UiaPropertyInfoHelper
ValidateClientInterface ( ) : void

Method Details

AttributeDrivenPatternSchema() public method

public AttributeDrivenPatternSchema ( Type patternProviderInterface, Type patternClientInterface ) : System
patternProviderInterface System.Type
patternClientInterface System.Type
return System