![]() |
Paradox Game Engine
v1.0.0 beta06
|
Content of a IModelNode. More...
Properties | |
Type | Type [get] |
Gets the expected type of Value. More... | |
object | Value [get, set] |
Gets or sets the value. More... | |
bool | IsPrimitive [get] |
Gets whether this content hold a primitive type value. If so, the node owning this content should have no children and modifying its value should not trigger any node refresh. More... | |
ITypeDescriptor | Descriptor [get] |
Gets or sets the type descriptor of this content More... | |
bool | IsReference [get] |
Gets wheither this content holds a reference or is a direct value. More... | |
IReference | Reference [get] |
Gets or sets the reference hold by this content, if applicable. More... | |
ViewModelContentState | LoadState [get, set] |
Gets or sets the loading state. More... | |
ViewModelContentFlags | Flags [get, set] |
Gets or sets the content flags. More... | |
ViewModelContentSerializeFlags | SerializeFlags [get, set] |
Gets or sets the serialization flags. More... | |
Content of a IModelNode.
Definition at line 13 of file IContent.cs.
|
get |
Gets or sets the type descriptor of this content
Definition at line 34 of file IContent.cs.
|
getset |
Gets or sets the content flags.
Definition at line 54 of file IContent.cs.
|
get |
Gets whether this content hold a primitive type value. If so, the node owning this content should have no children and modifying its value should not trigger any node refresh.
Types registered as primitive types in the INodeBuilder used to build this content are taken in account by this property.
Definition at line 29 of file IContent.cs.
|
get |
Gets wheither this content holds a reference or is a direct value.
Definition at line 39 of file IContent.cs.
|
getset |
Gets or sets the loading state.
Definition at line 49 of file IContent.cs.
|
get |
Gets or sets the reference hold by this content, if applicable.
Definition at line 44 of file IContent.cs.
|
getset |
Gets or sets the serialization flags.
Definition at line 59 of file IContent.cs.
|
get |
Gets the expected type of Value.
Definition at line 18 of file IContent.cs.
|
getset |
Gets or sets the value.
Definition at line 23 of file IContent.cs.