Class StringPropertyDefinition
A string property definition.
Inheritance
object
StringPropertyDefinition
Implements
Inherited Members
PropertyDefinitionBase.DefinitionType
PropertyDefinitionBase.Indexed
PropertyDefinitionBase.IsMandatory
PropertyDefinitionBase.IsMultiLanguage
PropertyDefinitionBase.IsMultiValue
PropertyDefinitionBase.IsUnique
PropertyDefinitionBase.IncludedInContent
PropertyDefinitionBase.IncludedInCompletion
MemberDefinitionBase.IsConditional
MemberDefinitionBase.Conditions
MemberDefinitionBase.IsSystemOwned
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsBasePropertyDefinitions
Assembly: Stylelabs.M.Sdk.dll
Syntax
Properties
ContentType
Gets or sets describes the content should be displayed.
Declaration
Property Value
| Type | Description |
|---|---|
| StringContentType |
DataSourceName
Gets or sets the name of the IDataSource to get possible values from. Is null when there is no attached datasource.
Declaration
Property Value
| Type | Description |
|---|---|
| string |
DataType
Gets the DataType of the value for this property.
Declaration
Property Value
| Type | Description |
|---|---|
| Type |
Overrides
ValidationExpression
Gets or sets a regular expression that must match the value of the property. If set to null the value is not checked.
Declaration
Property Value
| Type | Description |
|---|---|
| string |