Click or drag to resize

StiVariable Properties

The StiVariable type exposes the following members.

Properties
  NameDescription
Public propertyAlias
Gets or sets an alias of the variable.
Public propertyAllowUseAsSqlParameter
Gets or sets a value which allows using this variable as a SQL parameter in the query.
Public propertyApplyFormat (Overrides StiExpressionApplyFormat.)
Public propertyCategory
Gets or sets a category of the variable.
Public propertyComponentId
Public propertyDescription
Gets or sets a description of the variable.
Public propertyDialogInfo
Gets or sets a dialog info of the variable.
Public propertyFullConvert
Gets value, indicates that the value is to be a string.
(Inherited from StiExpression.)
Public propertyGenAddEvent
Gets value, indicates that it is necessary to add methods of getting the expression value to the event handler.
(Inherited from StiExpression.)
Public propertyInherited
Public propertyInitBy
Gets or sets a value which indicates that this variable will be have defalt value based on calculation of expression which specified in Value property or based on default value.
Public propertyInitByExpressionFrom
Gets or sets init by expression for range values. This is expression for From part of range. Property can be used only for Range types!
Public propertyInitByExpressionTo
Gets or sets init by expression for range values. This is expression for To part of range. Property can be used only for Range types!
Public propertyIsCategory
Public propertyKey
Gets or sets the key of the dictionary object.
Public propertyName
Gets or sets a name of the variable.
Public propertyPropName
Public propertyReadOnly
Gets or sets a value which indicates that this variable is read only.
Public propertyRequestFromUser
Gets or sets a request from user value which indicates that this variable will be requested from user.
Public propertySelection
Public propertyType
Gets or sets a type of the variable.
Public propertyValue (Overrides StiExpressionValue.)
Public propertyValueObject
Top
See Also