Click or drag to resize

ValueProperty Properties

The ValueProperty type exposes the following members.

Properties
  NameDescription
Public propertyAllowsMultipleValues
Does the property allow/support multiple values?
(Inherited from BaseProperty.)
Public propertyBoolFalseValue
Can be null
Public propertyBoolTrueValue
Can be null
Public propertyChangedBy
(Inherited from BaseProperty.)
Public propertyChangeTime
(Inherited from BaseProperty.)
Public propertyCharCase
Public propertyConfigLockFlags
(Inherited from BaseProperty.)
Public propertyControlType
(Inherited from BaseProperty.)
Public propertyCreatedBy
(Inherited from BaseProperty.)
Public propertyCreateTime
(Inherited from BaseProperty.)
Public propertyDataType
Public propertyDataVersion
(Inherited from BaseProperty.)
Public propertyDateTimeFormat
Public propertyDeleted
(Inherited from BaseProperty.)
Public propertyDescription
(Inherited from BaseProperty.)
Public propertyHasLog
Public propertyHorzAlign
Used if DataType is Integer or Decimal.
Public propertyId
(Inherited from BaseProperty.)
Public propertyLineCount
Used if MultiLine=true.
Public propertyLogLineCount
Used if HasLog=true.
Public propertyLookupURL
LookupURL gives the a URL to an APSX page which shows object to select among. When the aspx is closed the key value must be transported to the property field.
Public propertyMaxLen
Public propertyMultiLine
Public propertyName
(Inherited from BaseProperty.)
Public propertyNumber
(Inherited from BaseProperty.)
Public propertyNumericFormat
Public propertyNumericPrecision
Public propertyPropertyType
(Inherited from BaseProperty.)
Public propertySecurityDefined
Returns true of security has been defined for the property. Use the CheckSecurity() method to test of a user has access to the property.
(Inherited from BaseProperty.)
Public propertySecurityGroups
Contains Users and UserGroup which have access to the property. Can be null. Use the CheckSecurity() method to test of a user has access to the property.
(Inherited from BaseProperty.)
Public propertySystem
(Inherited from BaseProperty.)
Public propertySystemName
(Inherited from BaseProperty.)
Public propertyTimeSpanFormat
Public propertyUId
(Inherited from BaseProperty.)
Public propertyValidation
A regular expression validating the text content of a property value
Public propertyValidationDescription
Can be null
Public propertyXmlSchema
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIEntityObjectDataVersion
The data version of an entity object is incremented every time it gets updated. If the entity object class embeds other objects (like a DataObjectType embeds a number of BaseProperty objects) then the DataVersion is also "touched" when an embedded object changes.
(Inherited from BaseProperty.)
Explicit interface implementationPrivate propertyIEntityObjectId
Unique id of the entity object within its entity type.
(Inherited from BaseProperty.)
Top
See Also