Class StringPropertyDefinition
Version: 3.2
A string property definition.
Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsBasePropertyDefinitions
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public class StringPropertyDefinition : PropertyDefinitionBase, IPropertyDefinition, IMemberDefinitionProperties
ContentType
Gets or sets describes the content should be displayed.
Declaration
RequestResponse
public StringContentType ContentType { get; set; }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
RequestResponse
public string DataSourceName { get; set; }Property Value
| Type | Description |
|---|---|
| string |
DataType
Gets the DataType of the value for this property.
Declaration
RequestResponse
public override Type DataType { get; }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
RequestResponse
public string ValidationExpression { get; set; }Property Value
| Type | Description |
|---|---|
| string |