Class RequirementAttribute
Namespace: Tekla.Structural.ExpressoAddIn
Assembly: Tedds.ExprInterop.dll
Syntax
[AttributeUsage(AttributeTargets.Parameter)]
public class RequirementAttribute : Attribute
Constructors
| Name | Description |
|---|---|
| RequirementAttribute(string, params char[]) | |
| RequirementAttribute(string, double, double) | |
| RequirementAttribute(string, Func<string, bool>) | |
| RequirementAttribute(string, Requirement) |
Properties
| Name | Description |
|---|---|
| ErrorMessage |
Methods
| Name | Description |
|---|---|
| Validate(IExpresso, object) |