Class CadCodeValue

CadCodeValue class

Code Value class

public class CadCodeValue

Constructors

NameDescription
CadCodeValue(int, string)Initializes a new instance of the CadCodeValue class.

Properties

NameDescription
Attribute { get; }Gets the attribute.
Code { get; set; }Gets or sets the code.
Value { get; set; }Gets or sets the value.

Methods

NameDescription
virtual Equals(CadCodeValue)Determines whether the specified CadCodeValue, is equal to this instance.
virtual GetBinaryData()Gets the binary data.
virtual GetBoolValue()Gets the boolean value.
virtual GetDoubleValue()The get double value.
virtual GetIntValue()The get integer value.
virtual GetLongValue()The get long value.
virtual GetShortValue()The get short value.
virtual GetStringValue()Gets the string value.

See Also