C# Класс MonoDevelop.Monobjc.Utilities.AttributeHelper

Helper class for attribute.
Показать файл Открыть проект

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

Метод Описание
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