DataTypeParameter Structure

Represents a data type parameter.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Teigha.DatabaseServicesDataTypeParameter

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public struct DataTypeParameter

The DataTypeParameter type exposes the following members.

Constructors
  Name Description
Public method DataTypeParameter Sets this data type parameter with the specified data type and unit type.
Top
Properties
  Name Description
Public property DataType Property that represents data type of the parameter.
Public property UnitType Property that represents unit type of the parameter.
Top
Methods
  Name Description
Public method Equals Checks objects for equality.
(Overrides ValueTypeEquals(Object))
Public method GetHashCode Retrieves the object hash code.
(Overrides ValueTypeGetHashCode)
Public method GetType
(Inherited from Object)
Public method ToString
(Inherited from ValueType)
Top
Operators
  Name Description
Public operatorStatic member Equality(DataTypeParameter, DataTypeParameter) Equality operator for the DataTypeParameter class. Checks whether data type parameters are equal.
Public operatorStatic member Inequality(DataTypeParameter, DataTypeParameter) Inequality operator for the DataTypeParameter class. Checks whether data type parameters are not equal.
Top
See Also

©  Bricsys NV. All rights reserved.