Click or drag to resize

CustomPropertiesRepositoryPropertyType Class

Allowed values for the PropertyType data attribute
Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      Aloe.EnterpriseOne.Model.GeneralCustomPropertiesRepositoryPropertyType

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public sealed class PropertyType : Enum

The CustomPropertiesRepositoryPropertyType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDate
Date value. Stored as 'D'.
Public fieldStatic memberNumber
Number value. Stored as 'N'.
Public fieldStatic memberPicture
Picture value. Stored as 'P'.
Public fieldStatic memberText
Text value. Stored as 'T'.
Public fieldvalue__
Top
See Also