Click or drag to resize
dyostem api documentation

NewBlockData Class

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

Represent information about the new block
Inheritance Hierarchy
SystemObject
  Dyostem.Services.DataNewBlockData

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

The NewBlockData type exposes the following members.

Constructors
  NameDescription
Public methodNewBlockData
Initializes a new instance of the NewBlockData class
Top
Properties
  NameDescription
Public propertyBlockDataTypeId
the unique identifier of the block data type
Public propertyBlockDataTypeName
The name of the block data type
Public propertyValue
The value of the block data
Public propertyVintageId
The unique identifier of the vintage (requested only for block data related to a vintage)
Top
See Also