PriceModel Struct
Assembly: PTS.Modules.Products.dll
Syntax
public struct PriceModel : IEquatable<IPriceModel>
Constructors
PriceModel(IPriceModel)
Declaration
public PriceModel(IPriceModel model)
Parameters
PriceModel(PriceType, PriceUnit, PricePeriod, PriceLevel, Decimal)
Declaration
public PriceModel(PriceType type, PriceUnit unit, PricePeriod period, PriceLevel level, decimal amount)
Parameters
Fields
Amount
Declaration
Field Value
| Type |
Description |
| System.Decimal |
|
Level
Declaration
Field Value
Period
Declaration
public PricePeriod Period
Field Value
PeriodCount
Declaration
Field Value
| Type |
Description |
| System.UInt32 |
|
Type
Declaration
Field Value
Unit
Declaration
Field Value
UnitCount
Declaration
Field Value
| Type |
Description |
| System.UInt32 |
|
Methods
Equals(IPriceModel)
Declaration
public bool Equals(IPriceModel other)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Implements
System.IEquatable<T>
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Extension Methods