Class ChargeAmount
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.Pay.Instrumentation
Assembly: NFX.Web.dll
Syntax
[Serializable]
[BSONSerializable("92E92250-D659-4131-8080-1B397824EE07")]
public class ChargeAmount : PayAmountGauge, IArchiveLoggable, IBSONSerializable, IBSONDeserializable, IJSONWritable, IFinancialLogic, IBusinessLogic, IWebInstrument, IOperationClass, IInstrumentClass
  Constructors
ChargeAmount(String, Amount)
Declaration
protected ChargeAmount(string source, Amount value)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | source | |
| Amount | value | 
Properties
Description
Declaration
public override string Description { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Overrides
Methods
MakeAggregateInstance()
Declaration
protected override Datum MakeAggregateInstance()
  Returns
| Type | Description | 
|---|---|
| Datum | 
Overrides
Record(String, Amount)
Declaration
public static void Record(string source, Amount value)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | source | |
| Amount | value |