C# 클래스 MonoDevelop.Monobjc.Utilities.AttributeHelper

Helper class for attribute.
파일 보기 프로젝트 열기: Monobjc/monobjc-monodevelop

공개 메소드들

메소드 설명
GetAttribute ( IEntity member, String attributeFullName ) : IAttribute

Returns the attribute with the given full name if it exists.

GetAttributeValue ( IEntity member, String attributeFullName ) : String

Returns the value of the attribute with the given full name if it exists.

HasAttribute ( IEntity member, String attributeFullName ) : bool

Checks if the attribute with the given full name exists.

IsWrappingFramework ( String assemblyPath, bool &systemFramework ) : bool

메소드 상세

GetAttribute() 공개 정적인 메소드

Returns the attribute with the given full name if it exists.
public static GetAttribute ( IEntity member, String attributeFullName ) : IAttribute
member IEntity /// A where the attribute is ///
attributeFullName String /// The attribute fullname. ///
리턴 IAttribute

GetAttributeValue() 공개 정적인 메소드

Returns the value of the attribute with the given full name if it exists.
public static GetAttributeValue ( IEntity member, String attributeFullName ) : String
member IEntity /// A ///
attributeFullName String /// The attribute fullname. ///
리턴 String

HasAttribute() 공개 정적인 메소드

Checks if the attribute with the given full name exists.
public static HasAttribute ( IEntity member, String attributeFullName ) : bool
member IEntity /// A where the attribute is ///
attributeFullName String /// The attribute fullname. ///
리턴 bool

IsWrappingFramework() 공개 정적인 메소드

public static IsWrappingFramework ( String assemblyPath, bool &systemFramework ) : bool
assemblyPath String
systemFramework bool
리턴 bool