Click or drag to resize

CustomPropertyValueExtensions Class

Contains extension methods for CustomPropertyValue
Inheritance Hierarchy
SystemObject
  Aloe.EnterpriseOne.Model.GeneralCustomPropertyValueExtensions

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public static class CustomPropertyValueExtensions

The CustomPropertyValueExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetDescriptionOrDefault
Gets the description or default if the propertyValue is null.
Public methodStatic memberGetValueIdOrDefault
Gets the value Id or default if the propertyValue is null.
Public methodStatic memberGetValueOrDefault
Gets the value or default if the propertyValue is null.
Top
See Also