Class CadParameterT
CadParameter<T> class
Parameter generic base class
public abstract class CadParameter<T> : CadParameter
Constructors
| Name | Description | 
|---|
| CadParameter() | Initializes a new instance of the CadParameterclass. | 
| CadParameter(CadEntityAttribute) | Initializes a new instance of the CadParameterclass. | 
Properties
| Name | Description | 
|---|
| Type { get; } | Gets the type. | 
| Value { get; set; } | Gets or sets the value. | 
Methods
| Name | Description | 
|---|
| abstract Init(CadCodeValue) | Initialize the specified value. | 
| override Init(object) | Initialize the specified value. | 
| Init(CadEntityAttribute, CadCodeValue) | Initialize the specified type. | 
| Init(CadEntityAttribute, object) | Initialize the specified type. | 
See Also