CustomersRepositoryActiveAttribute Field |
Definition of the
Active data attribute
Namespace:
Aloe.EnterpriseOne.Model.Crm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic static readonly ColumnDataAttribute<Customer, bool> ActiveAttribute
Public Shared ReadOnly ActiveAttribute As ColumnDataAttribute(Of Customer, Boolean)
public:
static initonly ColumnDataAttribute<Customer^, bool>^ ActiveAttribute
static val ActiveAttribute: ColumnDataAttribute<Customer, bool>
Field Value
Type:
ColumnDataAttributeCustomer,
Boolean
See Also