Class AddOrUpdateCombinedItemArgs.CombinedDMonArgs
Inheritance
Object
AddOrUpdateCombinedItemArgs.CombinedDMonArgs
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 CombinedDMonArgs
Properties
DeadValue
Declaration
public float DeadValue { get; set; }
Property Value
Type | Description |
---|---|
Single |
DmonGrpId
Declaration
public long DmonGrpId { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
DmonGrpName
Declaration
public string DmonGrpName { get; set; }
Property Value
Type | Description |
---|---|
String |
FracDigits
Declaration
public int FracDigits { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Id
Declaration
public long Id { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
IntDigits
Declaration
public int IntDigits { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Memo
Declaration
public string Memo { get; set; }
Property Value
Type | Description |
---|---|
String |
Privilege
Declaration
public PrivilegeType Privilege { get; set; }
Property Value
Type | Description |
---|---|
PrivilegeType |
TrafficSaving
Declaration
public bool TrafficSaving { get; set; }
Property Value
Type | Description |
---|---|
Boolean |