RelAttrValue Structure |
Namespace: PDTec.IceNet.Core.Model
public struct RelAttrValue
The RelAttrValue type exposes the following members.
| Name | Description | |
|---|---|---|
| RelAttrValue |
Creates an attribute value representation
|
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
| AttrDef |
The attribute definition
| |
| IsValueAssigned |
Indicates if a meaningful value is provided. If set to false, the attribute has no
value assigned.
| |
| Value |
The value. The CLR type must conform to the attribute type's value type.
|