C# Class Serializer.Xaml.CoreXamlType

Inheritance: XamlType
Afficher le fichier Open project: Core2D/Core2D Class Usage Examples

Méthodes publiques

Méthode Description
CoreXamlType ( Type underlyingType, XamlSchemaContext schemaContext ) : Portable.Xaml

Méthodes protégées

Méthode Description
LookupCustomAttributeProvider ( ) : ICustomAttributeProvider
LookupTypeConverter ( ) : XamlValueConverter

Method Details

CoreXamlType() public méthode

public CoreXamlType ( Type underlyingType, XamlSchemaContext schemaContext ) : Portable.Xaml
underlyingType System.Type
schemaContext XamlSchemaContext
Résultat Portable.Xaml

LookupCustomAttributeProvider() protected méthode

protected LookupCustomAttributeProvider ( ) : ICustomAttributeProvider
Résultat ICustomAttributeProvider

LookupTypeConverter() protected méthode

protected LookupTypeConverter ( ) : XamlValueConverter
Résultat XamlValueConverter