Contains ViewGroup data.
More...
|
int | DataVersion [get, set] |
| Gets or sets the data version. The data version specifies the ViewGroups data version. Clients should increment the number every time they call the set ViewGroup data method. It is used by the server to validate that ViewGroup changes made by one client is not overwritten by another.
|
|
System.Xml.XmlDocument | ViewGroupDataXml [get, set] |
| Gets or sets the ViewGroup data xml.
|
|
int | XmlVersion [get, set] |
| Gets or sets the xml version. The xml version specifies the xml data format version (the schema). Clients should only modify the ViewGroup data if it supports the specified xml version. If the xml version is higher than what is supported by the client, it should make the ViewGroup read only. The client should always raise the xml version number to the version it supports when setting the ViewGroup data.
|
|
◆ DataVersion
int ServerCommandService.ViewGroupData.DataVersion |
|
getset |
Gets or sets the data version. The data version specifies the ViewGroups data version. Clients should increment the number every time they call the set ViewGroup data method. It is used by the server to validate that ViewGroup changes made by one client is not overwritten by another.
◆ ViewGroupDataXml
System.Xml.XmlDocument ServerCommandService.ViewGroupData.ViewGroupDataXml |
|
getset |
◆ XmlVersion
int ServerCommandService.ViewGroupData.XmlVersion |
|
getset |
Gets or sets the xml version. The xml version specifies the xml data format version (the schema). Clients should only modify the ViewGroup data if it supports the specified xml version. If the xml version is higher than what is supported by the client, it should make the ViewGroup read only. The client should always raise the xml version number to the version it supports when setting the ViewGroup data.