Click or drag to resize

ReferenceProperty Methods

The ReferenceProperty type exposes the following members.

Methods
  NameDescription
Public methodCheckSecurity
(Inherited from BaseProperty.)
Public methodClone
Public methodCloneProperty
Clones the property and resets all relevant ID's
(Inherited from BaseProperty.)
Public methodCompareTo
Protected methodCopyTo
Called from impl. of Clone in sub classes.
(Inherited from BaseProperty.)
Public methodFormatValue(Object)
(Inherited from BaseProperty.)
Public methodFormatValue(Object, Boolean)
(Inherited from BaseProperty.)
Public methodFormatValue(Object, AppFormatInfo, Boolean)
Formats a value to a string using the property's settings.
(Overrides BasePropertyFormatValue(Object, AppFormatInfo, Boolean).)
Public methodGetPropertyTypeString
(Inherited from BaseProperty.)
Public methodGetWidthFactor
Returns a number between 1 and 5. The number is used in views and indicates a relative width of the field. 1 = very narrow, 2 = narrow, 3 = normal, 4 = wide, 5 = very wide.
(Overrides BasePropertyGetWidthFactor.)
Public methodPassesFilter
(Inherited from BaseProperty.)
Public methodResetAll
Resets the object id and other fields. The method is used when a new property is created as a copy of another object.
(Overrides BasePropertyResetAll.)
Protected methodSetControlType
Protected methodSetId
(Inherited from BaseProperty.)
Public methodSupportsChangeEventHandler
Returns true if the property supports onchange browsereventhandler association.
(Inherited from BaseProperty.)
Public methodToString
(Inherited from BaseProperty.)
Public methodToString(AppFormatInfo)
(Inherited from BaseProperty.)
Public methodValidatePropertyName
Return true if the property name contains illegal character(s). The following characters will be regarded as illegal characters: \ ; | =[ ]| * ¤
(Inherited from BaseProperty.)
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
Explicit Interface Implementations
See Also