메소드 | 설명 | |
---|---|---|
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 |
public static GetAttribute ( IEntity member, String attributeFullName ) : IAttribute | ||
member | IEntity |
/// A |
attributeFullName | String | /// The attribute fullname. /// |
리턴 | IAttribute |
public static GetAttributeValue ( IEntity member, String attributeFullName ) : String | ||
member | IEntity |
/// A |
attributeFullName | String | /// The attribute fullname. /// |
리턴 | String |
public static HasAttribute ( IEntity member, String attributeFullName ) : bool | ||
member | IEntity |
/// A |
attributeFullName | String | /// The attribute fullname. /// |
리턴 | bool |
public static IsWrappingFramework ( String assemblyPath, bool &systemFramework ) : bool | ||
assemblyPath | String | |
systemFramework | bool | |
리턴 | bool |