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

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

Public Methods

Method 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 method

public ActivateInstance ( ) : object
return object

AddToMap() public method

public AddToMap ( object instance, object key, object item ) : void
instance object
key object
item object
return void

AddToVector() public method

public AddToVector ( object instance, object item ) : void
instance object
item object
return void

CreateFromString() public method

public CreateFromString ( String input ) : object
input String
return object

GetMember() public method

public GetMember ( string name ) : IXamlMember
name string
return IXamlMember

RunInitializer() public method

public RunInitializer ( ) : void
return void

XamlSystemBaseType() public method

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