Class LabelCount
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NFX.Web.Shipping.Instrumentation
Assembly: NFX.Web.dll
Syntax
[Serializable]
[BSONSerializable("811BEE94-E9B8-4A2D-A0F7-592631A69C97")]
public class LabelCount : ShippingLongGauge, IArchiveLoggable, IBSONSerializable, IBSONDeserializable, IJSONWritable, IFinancialLogic, IBusinessLogic, IWebInstrument, IOperationClass, IInstrumentClass
Constructors
LabelCount(String, Int64)
Declaration
protected LabelCount(string source, long value)
Parameters
Type | Name | Description |
---|---|---|
System.String | source | |
System.Int64 | value |
Properties
Description
Declaration
public override string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
ValueUnitName
Declaration
public override string ValueUnitName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
MakeAggregateInstance()
Declaration
protected override Datum MakeAggregateInstance()
Returns
Type | Description |
---|---|
Datum |
Overrides
Record(String, Int64)
Declaration
public static void Record(string source, long value)
Parameters
Type | Name | Description |
---|---|---|
System.String | source | |
System.Int64 | value |