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 ReturnReasonsDto.ReturnReasonDictionaryRow

Represents strongly named DataRow class.

Inheritance
System.Object
ReturnReasonsDto.ReturnReasonDictionaryRow
Namespace: Mediachase.Commerce.Orders.Dto
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
Syntax
public class ReturnReasonDictionaryRow : DataRow

Properties

Ordering

Declaration
public int Ordering { get; set; }
Property Value
Type Description
System.Int32

ReturnReasonId

Declaration
public int ReturnReasonId { get; set; }
Property Value
Type Description
System.Int32

ReturnReasonText

Declaration
public string ReturnReasonText { get; set; }
Property Value
Type Description
System.String

Visible

Declaration
public bool Visible { get; set; }
Property Value
Type Description
System.Boolean

Methods

IsVisibleNull()

Declaration
public bool IsVisibleNull()
Returns
Type Description
System.Boolean

SetVisibleNull()

Declaration
public void SetVisibleNull()