Class CadParameterT

CadParameter<T> class

Parameter generic base class

public abstract class CadParameter<T> : CadParameter

Constructors

NameDescription
CadParameter()Initializes a new instance of the CadParameter class.
CadParameter(CadEntityAttribute)Initializes a new instance of the CadParameter class.

Properties

NameDescription
Type { get; }Gets the type.
Value { get; set; }Gets or sets the value.

Methods

NameDescription
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