Class AlarmGroupDtoV2
报警分组
Inheritance
Object
AlarmGroupDtoV2
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: FBoxClientDriver.Contract
Assembly: FBoxClientDriver.Contract.dll
Syntax
public class AlarmGroupDtoV2
Properties
Id
报警分组Id
Declaration
public long Id { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
Name
报警分组名称
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String |