Class LoyaltyInformation
A LoyaltyInformation in the LoyaltyInformationList.
Inheritance
System.Object
LoyaltyInformation
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class LoyaltyInformation
Constructors
LoyaltyInformation(LoyaltyInformation)
Declaration
public LoyaltyInformation(LoyaltyInformation information)
Parameters
Type | Name | Description |
---|---|---|
Loyalty |
information |
LoyaltyInformation(Byte[], String)
Declaration
public LoyaltyInformation(byte[] value, string loyaltyInfoType)
Parameters
Type | Name | Description |
---|---|---|
System. |
value | |
System. |
loyaltyInfoType |
LoyaltyInformation(Byte[], String, LoyaltyFunctionType, Byte[])
Declaration
public LoyaltyInformation(byte[] value, string loyaltyInfoType, LoyaltyFunctionType loyaltyFunctionType, byte[] loyaltyNumber)
Parameters
Type | Name | Description |
---|---|---|
System. |
value | |
System. |
loyaltyInfoType | |
Loyalty |
loyaltyFunctionType | |
System. |
loyaltyNumber |
Properties
LoyaltyFunctionType
Declaration
public LoyaltyFunctionType LoyaltyFunctionType { get; }
Property Value
Type | Description |
---|---|
Loyalty |
LoyaltyInfoType
Declaration
public string LoyaltyInfoType { get; }
Property Value
Type | Description |
---|---|
System. |
LoyaltyNumber
Declaration
public byte[] LoyaltyNumber { get; }
Property Value
Type | Description |
---|---|
System. |
Value
Declaration
public byte[] Value { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
Overrides
System.Object.ToString()