Click or drag to resize
dyostem api documentation

BlockData Class

[This is preliminary documentation and is subject to change.]

Represent a block data object
Inheritance Hierarchy
SystemObject
  Dyostem.Services.DataBlockData

Namespace:  Dyostem.Services.Data
Assembly:  Dyostem (in Dyostem.dll) Version: 5.3
Syntax
public class BlockData

The BlockData type exposes the following members.

Constructors
  NameDescription
Public methodBlockData
Initializes a new instance of the BlockData class
Top
Properties
  NameDescription
Public propertyBlockDataTypeId
The block data type unique identifier
Public propertyBlockDataTypeName
The translated, human readable, name of the block data type
Public propertyRawValue
The raw value (as stored in the database) of the block data
Public propertyValue
The localized, human readable, value of the block data
Public propertyVintageId
The vintage unique identifier (when block data is dedicated to a vintage)
Public propertyVintageLabel
The vintage name (when blck data is dedicated to a vintage)
Top
See Also