C# Class SQLite.MetroStyle.ValidationApp.XamlTypeInfo.XamlTypeInfoProvider

Show file Open project: mbrit/sqlite-metrostyle Class Usage Examples

Public Methods

Method Description
GetMemberByLongName ( string longMemberName ) : IXamlMember
GetXamlTypeByName ( string typeName ) : IXamlType
GetXamlTypeByType ( Type type ) : IXamlType

Private Methods

Method Description
Activate_0_BlankPage ( ) : object
AddToMapOfTypeToStandardName ( Type t, String str ) : void
CreateXamlMember ( string longMemberName ) : IXamlMember
CreateXamlType ( string typeName ) : IXamlType

Method Details

GetMemberByLongName() public method

public GetMemberByLongName ( string longMemberName ) : IXamlMember
longMemberName string
return IXamlMember

GetXamlTypeByName() public method

public GetXamlTypeByName ( string typeName ) : IXamlType
typeName string
return IXamlType

GetXamlTypeByType() public method

public GetXamlTypeByType ( Type type ) : IXamlType
type Type
return IXamlType