The Incidental type exposes the following members.

Constructors

  NameDescription
IncidentalOverloaded.
Initializes a new instance of the Incidental class.

Methods

  NameDescription
Clone
Creates a new object that is a copy of the current instance.
(Inherited from SerializableBase.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Code
Gets or sets the code used to identify the type of incidental.
CodeSpecified
Include the Code property when serializing the class or generating the document.
Description
Gets or sets the incidental's description.
DescriptionSpecified
Include the Description property when serializing the class or generating the document.
FixedRateAmount
Gets or sets the fixed cost of this incidental.
FixedRateAmountSpecified
Include the FixedRateAmount property when serializing the class or generating the document.
PercentageRateBaseAmount
Gets or sets the base amount used to calculate the cost of the incidental.
PercentageRateBaseAmountSpecified
Include the PercentageRateBaseAmount property when serializing the class or generating the document.
PercentageRatePercentage
Gets or sets the percentage of the PercentageRateBaseAmount that will be charged for this incidental.
PercentageRatePercentageSpecified
Include the PercentageRatePercentage property when serializing the class or generating the document.
RateType
Gets or sets the rate type used to calculate the cost for this incidental.
UnitRateQuantity
Gets or sets the number of units used to calculate the cost of this incidental.
UnitRateQuantitySpecified
Include the UnitRateQuantity property when serializing the class or generating the document.
UnitRateQuantityUnitCode
Gets or sets the unit of measure for the UnitRateQuantity property.
UnitRateQuantityUnitCodeSpecified
Include the UnitRateQuantityUnitCode property when serializing the class or generating the document.
UnitRateUnitAmount
Gets or sets the per unit cost of this incidental.
UnitRateUnitAmountSpecified
Include the UnitRateUnitAmount property when serializing the class or generating the document.

See Also