Class TypedEntityDefinitionConstraintAttribute
Allows to put a constraint on ITypedEntity to ensure the handled entity is of a certain entity definition.
Inheritance
object
TypedEntityDefinitionConstraintAttribute
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsTypedAttributes
Assembly: Stylelabs.M.Sdk.dll
Syntax
Constructors
TypedEntityDefinitionConstraintAttribute(string)
Initializes a new instance of the TypedEntityDefinitionConstraintAttribute class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| string | definitionName |
The definition name. |
Properties
DefinitionName
Gets the entity definition name.
Declaration
Property Value
| Type | Description |
|---|---|
| string |