London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class IsGiftField

Represents the Meta field to define if the lineitem is a gift item.

Inheritance
System.Object
IsGiftField
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Orders
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
Syntax
public class IsGiftField : RequiredMetaFieldBase, IRequiredMetaField

Constructors

IsGiftField()

Initializes a new instance of the IsGiftField class.

Declaration
public IsGiftField()

Fields

FieldName

The field name of meta field IsGift.

Declaration
public const string FieldName = "Epi_IsGift"
Field Value
Type Description
System.String

Properties

UseStandardEditControl

Declaration
public override bool UseStandardEditControl { get; }
Property Value
Type Description
System.Boolean
Overrides

Methods

GetMetaField(MetaDataContext)

Declaration
public override MetaField GetMetaField(MetaDataContext context)
Parameters
Type Name Description
MetaDataContext context
Returns
Type Description
MetaField
Overrides

Implements