Click or drag to resize
c2ex_commissplan Class
Commission plan database record.
Inheritance Hierarchy
SystemObject
  C2ExplorerDBc2ex_commissplan

Namespace:  C2ExplorerDB
Assembly:  C2ExplorerServiceStack.Repository (in C2ExplorerServiceStack.Repository.dll) Version: 1.0
Syntax
C#
[TableAttribute("c2ex_commissplansview")]
public class c2ex_commissplan

The c2ex_commissplan type exposes the following members.

Constructors
  NameDescription
Public methodc2ex_commissplan
Initializes a new instance of the c2ex_commissplan class
Top
Properties
  NameDescription
Public propertyBand1EndsQuant
Public propertyBand1FixedPrice
Public propertyBand1PerUnit
Public propertyBand2EndsQuant
Public propertyBand2FixedPrice
Public propertyBand2PerUnit
Public propertyBand3EndsQuant
Public propertyBand3FixedPrice
Public propertyBand3PerUnit
Public propertyCurrency
Gets or sets the currency.
Public propertyId
A shortcut like "default" or "mbt". It serves as an ID in the database.
Public propertyInstrument
Type of the instrument.
Public propertyMinTicketTotal
Gets or sets the minimum ticket total.
Public propertyNonStandardScale
Gets or sets the non standard scale.
Public propertyPerUnit
Gets or sets the per unit.
Public propertySymbol
Gets or sets the symbol.
Public propertyTicketCharge
Gets or sets the ticket charge.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also