C# Class ManagedUiaCustomizationCore.AttributeDrivenPatternSchema

Inheritance: CustomPatternSchemaBase
Afficher le fichier Open project: TestStack/uia-custom-pattern-managed

Méthodes publiques

Méthode Description
AttributeDrivenPatternSchema ( Type patternProviderInterface, Type patternClientInterface ) : System

Private Methods

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

Method Details

AttributeDrivenPatternSchema() public méthode

public AttributeDrivenPatternSchema ( Type patternProviderInterface, Type patternClientInterface ) : System
patternProviderInterface System.Type
patternClientInterface System.Type
Résultat System