An Skm resource object base class, such as a Camera or Audio or Ptz. All Skm resouce objects should inherit from this abstract class
More...
|
| static void | LoadFromXml (SkmObject SkmResource, XmlNode SkmObjectNode) |
| | Loads abstract resource data from Xml node into the current instance More...
|
| |
An Skm resource object base class, such as a Camera or Audio or Ptz. All Skm resouce objects should inherit from this abstract class
◆ LoadFromXml()
| static void SkmXmlApi.SkmObject.LoadFromXml |
( |
SkmObject |
SkmResource, |
|
|
XmlNode |
SkmObjectNode |
|
) |
| |
|
static |
Loads abstract resource data from Xml node into the current instance
- Parameters
-
| SkmResource | The object to load data into |
| SkmObjectNode | The Xml node from the Skm Api |
◆ m_id
| int SkmXmlApi.SkmObject.m_id = 0 |
|
protected |
◆ m_isPtz
| bool SkmXmlApi.SkmObject.m_isPtz = false |
|
protected |
Flag if camera is a ptz device
◆ m_location
| string SkmXmlApi.SkmObject.m_location = "" |
|
protected |
The user defined location of the Skm object
◆ m_name
| string SkmXmlApi.SkmObject.m_name = "" |
|
protected |
The Skm name of the Skm object
◆ m_objectType
◆ m_roles
The user's roles associated with the Skm resouce
◆ Attributes
◆ Id
| int SkmXmlApi.SkmObject.Id |
|
get |
◆ IsPtz
| bool SkmXmlApi.SkmObject.IsPtz |
|
get |
Flag is set true if the camera is a PTZ device.
◆ Location
| string SkmXmlApi.SkmObject.Location |
|
getset |
The user defined location of the Skm object
◆ Name
| string SkmXmlApi.SkmObject.Name |
|
getset |
The Skm name of the Skm object
◆ ObjectType
◆ Roles
The user's roles that are associated to the resource
The documentation for this class was generated from the following file:
- src/SkmXmlApi/SkmObject.cs