C# Класс Serializer.Xaml.CoreAttributeProvider

Наследование: Portable.Xaml.ComponentModel.ICustomAttributeProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
CoreAttributeProvider ( Type type ) : Core2D.Attributes
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
IsDefined ( Type attributeType, bool inherit ) : bool

Приватные методы

Метод Описание
GetContentPropertyAttribute ( bool inherit ) : Attribute
GetRuntimeNamePropertyAttribute ( bool inherit ) : Attribute

Описание методов

CoreAttributeProvider() публичный Метод

public CoreAttributeProvider ( Type type ) : Core2D.Attributes
type System.Type
Результат Core2D.Attributes

GetCustomAttributes() публичный Метод

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType System.Type
inherit bool
Результат object[]

GetCustomAttributes() публичный Метод

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
Результат object[]

IsDefined() публичный Метод

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType System.Type
inherit bool
Результат bool