C# Class NMF.Models.Meta.ClassExtensions

Afficher le fichier Open project: NMFCode/NMF

Méthodes publiques

Méthode Description
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

Method Details

IsAssignableFrom() public static méthode

public static IsAssignableFrom ( this @class, IClass specificType ) : bool
@class this
specificType IClass
Résultat bool

IsContainerReference() public static méthode

public static IsContainerReference ( this reference ) : bool
reference this
Résultat bool

IsRefined() public static méthode

public static IsRefined ( this @class, IAttribute attribute ) : bool
@class this
attribute IAttribute
Résultat bool

IsRefined() public static méthode

public static IsRefined ( this @class, IReference reference ) : bool
@class this
reference IReference
Résultat bool

LookupAttribute() public static méthode

public static LookupAttribute ( this @class, string name ) : IAttribute
@class this
name string
Résultat IAttribute

LookupReference() public static méthode

public static LookupReference ( this @class, string name ) : IReference
@class this
name string
Résultat IReference

RetrieveIdentifier() public static méthode

public static RetrieveIdentifier ( this @class ) : ScopedIdentifier
@class this
Résultat ScopedIdentifier