C# 클래스 NMF.Models.Meta.ClassExtensions

파일 보기 프로젝트 열기: NMFCode/NMF

공개 메소드들

메소드 설명
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