EntityRestriction Constructor
Constructor for the EntityRestriction class.
Syntax
public EntityRestriction(
IEntity entity,
System.string restrictionText
)Public Function New( _
ByVal entity As IEntity, _
ByVal restrictionText As System.String _
)Parameters
| Name | Description |
|---|---|
| entity | The affected entity |
| restrictionText | The description of the reason for the restriction |