C# Класс NMF.Models.Meta.ClassExtensions

Показать файл Открыть проект

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

Метод Описание
IsAssignableFrom ( this @class, IClass specificType ) : bool
IsContainerReference ( this reference ) : bool
IsRefined ( this @class, IAttribute attribute ) : bool
IsRefined ( this @class, IReference reference ) : bool
LookupAttribute ( this @class, string name ) : IAttribute
LookupReference ( this @class, string name ) : IReference
RetrieveIdentifier ( this @class ) : ScopedIdentifier

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

IsAssignableFrom() публичный статический Метод

public static IsAssignableFrom ( this @class, IClass specificType ) : bool
@class this
specificType IClass
Результат bool

IsContainerReference() публичный статический Метод

public static IsContainerReference ( this reference ) : bool
reference this
Результат bool

IsRefined() публичный статический Метод

public static IsRefined ( this @class, IAttribute attribute ) : bool
@class this
attribute IAttribute
Результат bool

IsRefined() публичный статический Метод

public static IsRefined ( this @class, IReference reference ) : bool
@class this
reference IReference
Результат bool

LookupAttribute() публичный статический Метод

public static LookupAttribute ( this @class, string name ) : IAttribute
@class this
name string
Результат IAttribute

LookupReference() публичный статический Метод

public static LookupReference ( this @class, string name ) : IReference
@class this
name string
Результат IReference

RetrieveIdentifier() публичный статический Метод

public static RetrieveIdentifier ( this @class ) : ScopedIdentifier
@class this
Результат ScopedIdentifier