Click or drag to resize

BaseProperty Methods

The BaseProperty type exposes the following members.

Methods
  NameDescription
Public methodCheckSecurity
Public methodStatic memberCheckSecurity(BaseProperty) Obsolete.
Public methodStatic memberCheckSecurity(BaseProperty, UserInfo)
Returns true if a user has access to view and use (the values of) a property.
Public methodClone
Public methodCloneProperty
Clones the property and resets all relevant ID's
Public methodCompareTo
Protected methodCopyTo
Called from impl. of Clone in sub classes.
Public methodFormatValue(Object)
Public methodFormatValue(Object, Boolean)
Public methodFormatValue(Object, AppFormatInfo, Boolean)
Formats a value to a string using the property's settings.
Public methodStatic memberGetModifiedSystemName
Returns a valid SystemName based on a suggested input. Allowed char are: a-z, A-Z, 0-9, _ (underscore)
Public methodStatic memberGetPropertyDataTypeFlags
Public methodStatic memberGetPropertyTypeFlags
Public methodGetPropertyTypeString
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.
Public methodStatic memberMultipleValuesAllowed
Public methodPassesFilter
Public methodStatic memberRepeatDirectionPossible
Public methodResetAll
Resets ID's in the object. Method is used when a new property is created in the database based on a copy of another object.
Protected methodSetControlType
Protected methodSetId
Public methodSupportsChangeEventHandler
Returns true if the property supports onchange browsereventhandler association.
Public methodToString
(Overrides ObjectToString.)
Public methodToString(AppFormatInfo)
Public methodValidatePropertyName
Return true if the property name contains illegal character(s). The following characters will be regarded as illegal characters: \ ; | =[ ]| * ¤
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