IRelationshipTryGetAttrValue Method |
Name | Description | |
---|---|---|
TryGetAttrValue(String, Boolean) |
Attempts to get the specified attribute value and indicates if the value is assigned.
| |
TryGetAttrValue(String, DateTime) |
Attempts to get the specified attribute value and indicates if the value is assigned.
| |
TryGetAttrValue(String, Double) |
Attempts to get the specified attribute value and indicates if the value is assigned.
| |
TryGetAttrValue(String, Int64) |
Attempts to get the specified attribute value and indicates if the value is assigned.
| |
TryGetAttrValue(String, Object) |
Attempts to get the specified attribute value and indicates if the value is assigned.
| |
TryGetAttrValue(String, String) |
Attempts to get the specified attribute value and indicates if the value is assigned.
| |
TryGetAttrValue(IRelAttrDef, Boolean) |
Attempts to get the specified attribute value and indicates if the value is assigned.
| |
TryGetAttrValue(IRelAttrDef, DateTime) |
Attempts to get the specified attribute value and indicates if the value is assigned.
| |
TryGetAttrValue(IRelAttrDef, Double) |
Attempts to get the specified attribute value and indicates if the value is assigned.
| |
TryGetAttrValue(IRelAttrDef, Int64) |
Attempts to get the specified attribute value and indicates if the value is assigned.
| |
TryGetAttrValue(IRelAttrDef, Object) |
Attempts to get the specified attribute value and indicates if the value is assigned.
| |
TryGetAttrValue(IRelAttrDef, String) |
Attempts to get the specified attribute value and indicates if the value is assigned.
|