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

Afficher le fichier Open project: mbrit/sqlite-metrostyle Class Usage Examples

Méthodes publiques

Méthode Description
GetMemberByLongName ( string longMemberName ) : IXamlMember
GetXamlTypeByName ( string typeName ) : IXamlType
GetXamlTypeByType ( Type type ) : IXamlType

Private Methods

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

Method Details

GetMemberByLongName() public méthode

public GetMemberByLongName ( string longMemberName ) : IXamlMember
longMemberName string
Résultat IXamlMember

GetXamlTypeByName() public méthode

public GetXamlTypeByName ( string typeName ) : IXamlType
typeName string
Résultat IXamlType

GetXamlTypeByType() public méthode

public GetXamlTypeByType ( Type type ) : IXamlType
type Type
Résultat IXamlType