C# Class Serializer.Xaml.CoreXamlType

Inheritance: XamlType
显示文件 Open project: Core2D/Core2D Class Usage Examples

Public Methods

Method Description
CoreXamlType ( Type underlyingType, XamlSchemaContext schemaContext ) : Portable.Xaml

Protected Methods

Method Description
LookupCustomAttributeProvider ( ) : ICustomAttributeProvider
LookupTypeConverter ( ) : XamlValueConverter

Method Details

CoreXamlType() public method

public CoreXamlType ( Type underlyingType, XamlSchemaContext schemaContext ) : Portable.Xaml
underlyingType System.Type
schemaContext XamlSchemaContext
return Portable.Xaml

LookupCustomAttributeProvider() protected method

protected LookupCustomAttributeProvider ( ) : ICustomAttributeProvider
return ICustomAttributeProvider

LookupTypeConverter() protected method

protected LookupTypeConverter ( ) : XamlValueConverter
return XamlValueConverter