C# Class ManagedUiaCustomizationCore.UiaTypesHelper

Show file Open project: TestStack/uia-custom-pattern-managed Class Usage Examples

Public Methods

Method Description
IsElementOnClientSide ( Type type ) : bool
IsElementOnServerSide ( Type type ) : bool
IsInType ( UIAutomationType type ) : bool
IsOutType ( UIAutomationType type ) : bool
TypeToAutomationType ( Type type ) : UIAutomationType
TypeToOutAutomationType ( Type type ) : UIAutomationType

Method Details

IsElementOnClientSide() public static method

public static IsElementOnClientSide ( Type type ) : bool
type System.Type
return bool

IsElementOnServerSide() public static method

public static IsElementOnServerSide ( Type type ) : bool
type System.Type
return bool

IsInType() public static method

public static IsInType ( UIAutomationType type ) : bool
type UIAutomationType
return bool

IsOutType() public static method

public static IsOutType ( UIAutomationType type ) : bool
type UIAutomationType
return bool

TypeToAutomationType() public static method

public static TypeToAutomationType ( Type type ) : UIAutomationType
type System.Type
return UIAutomationType

TypeToOutAutomationType() public static method

public static TypeToOutAutomationType ( Type type ) : UIAutomationType
type System.Type
return UIAutomationType