Class CustomerPricing
Inheritance
System.Object
CustomerPricing
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
public class CustomerPricing : Object, IEquatable<CustomerPricing>
Constructors
Declaration
Declaration
public CustomerPricing(CustomerPricing.PriceType priceTypeId, string priceCode)
Parameters
Fields
Declaration
public static readonly CustomerPricing AllCustomers
Field Value
Properties
Gets the price code data.
Declaration
public string PriceCode { get; }
Property Value
Type |
Description |
System.String |
The price code. The meaning of this depends on the value of PriceTypeId.
|
Declaration
public CustomerPricing.PriceType PriceTypeId { get; }
Property Value
Methods
Declaration
public bool Equals(CustomerPricing other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Operators
Declaration
public static bool operator ==(CustomerPricing objA, CustomerPricing objB)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Declaration
public static bool operator !=(CustomerPricing objA, CustomerPricing objB)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<>