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

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

Méthodes publiques

Méthode Description
ActivateInstance ( ) : object
AddToMap ( object instance, object key, object item ) : void
AddToVector ( object instance, object item ) : void
CreateFromString ( String input ) : object
GetMember ( string name ) : IXamlMember
RunInitializer ( ) : void
XamlSystemBaseType ( string fullName, Type underlyingType )

Method Details

ActivateInstance() public méthode

public ActivateInstance ( ) : object
Résultat object

AddToMap() public méthode

public AddToMap ( object instance, object key, object item ) : void
instance object
key object
item object
Résultat void

AddToVector() public méthode

public AddToVector ( object instance, object item ) : void
instance object
item object
Résultat void

CreateFromString() public méthode

public CreateFromString ( String input ) : object
input String
Résultat object

GetMember() public méthode

public GetMember ( string name ) : IXamlMember
name string
Résultat IXamlMember

RunInitializer() public méthode

public RunInitializer ( ) : void
Résultat void

XamlSystemBaseType() public méthode

public XamlSystemBaseType ( string fullName, Type underlyingType )
fullName string
underlyingType Type