C# Class Serializer.Xaml.CoreAttributeProvider

Inheritance: Portable.Xaml.ComponentModel.ICustomAttributeProvider
Afficher le fichier Open project: Core2D/Core2D

Méthodes publiques

Méthode Description
CoreAttributeProvider ( Type type ) : Core2D.Attributes
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
IsDefined ( Type attributeType, bool inherit ) : bool

Private Methods

Méthode Description
GetContentPropertyAttribute ( bool inherit ) : Attribute
GetRuntimeNamePropertyAttribute ( bool inherit ) : Attribute

Method Details

CoreAttributeProvider() public méthode

public CoreAttributeProvider ( Type type ) : Core2D.Attributes
type System.Type
Résultat Core2D.Attributes

GetCustomAttributes() public méthode

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType System.Type
inherit bool
Résultat object[]

GetCustomAttributes() public méthode

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
Résultat object[]

IsDefined() public méthode

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType System.Type
inherit bool
Résultat bool