A set of values for a particular mapped property.
Public Member Functions | |
| PropertyValueSet () | |
| PropertyValueSet (params PropertyValue[] set) | |
| override int | GetID () |
| void | Add (PropertyValue value) |
| bool | Remove (PropertyValue value) |
| int | GetIndex (PropertyValue value) |
| bool | Remove (int index) |
| override PropertyValue | Create () |
| override PropertyValue | Copy () |
| override void | Read (Reader reader) |
| override void | Write (Writer writer) |
Public Attributes | |
| PropertyValue[] | Set |
Public Attributes inherited from Values.PropertyValue | |
| bool | Changed =true |
| True if the value got changed. More... | |
| int | UnresolvedID =-1 |
Properties | |
| PropertyValue | this[int index] [get, set] |
| int | Length [get] |
| int | Count [get] |
Properties inherited from Values.PropertyValue | |
| bool | ResolveRequired [get] |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Reimplemented from Values.PropertyValue.
|
inlinevirtual |
Reimplemented from Values.PropertyValue.
|
inlinevirtual |
Reimplemented from Values.PropertyValue.
|
inline |
|
inlinevirtual |
Reimplemented from Values.PropertyValue.
|
inline |
|
inline |
|
inlinevirtual |
Reimplemented from Values.PropertyValue.
| PropertyValue [] Values.PropertyValueSet.Set |
|
get |
|
get |
|
getset |