Class AmountClassEntity
Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for AmountClassEntity.
Inheritance
object ←
Carrier ←
AmountClassEntity
Inherited Members
Carrier.TableRight,
Carrier.FieldProperties,
object.ToString(),
object.Equals(object),
object.Equals(object, object),
object.ReferenceEquals(object, object),
object.GetHashCode(),
object.GetType(),
object.MemberwiseClone()
Examples
Get AmountClassEntity 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new ListAgent(configuration);
var amountClassEntity = agent.GetAmountClassEntity( 123 );
Constructors
AmountClassEntity()
Default constructor - defaults any enum props to 0.
Properties
AmountClassId
Primary key
Property Value
int
AmountFrom
Lower limit of this amount class
Property Value
double
AmountTo
Upper limit of this amount class
Property Value
double
CurrencyId
Currency the limits in this amount class refer to. Mixing currencies between classes can give rise to overlapping intervals and thus unpredictable classifications.
Property Value
int
Deleted
0 -> record is active 1 -> record is ‘deleted’ and should not be shown in lists
Property Value
bool
Name
The list item
Property Value
string
Rank
Rank order
Property Value
short
Tooltip or other description
Property Value
string
See Also
ListAgent