Class CameraMap
Inheritance
System.Object
CameraMap
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ActiveGuard.Plugins.OSS.Models
Assembly: ActiveGuard.Plugins.OSS.dll
Syntax
public class CameraMap : IDisposable
Properties
CameraID
Declaration
public string CameraID { get; set; }
Property Value
Type | Description |
---|---|
System.String | Id of camera |
CoordinateX
Declaration
public int CoordinateX { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | X coordinate of camera on Map |
CoordinateY
Declaration
public int CoordinateY { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Y coordinate of camera on Map |
Direction
Declaration
public int? Direction { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | Direction of camera's icon on map |
Methods
Dispose()
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Implements
System.IDisposable