Click or drag to resize
MvDataType Structure
Defines the type of attributes attached to a representation object model.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public struct MvDataType

The MvDataType type exposes the following members.

Properties
  NameDescription
Public propertyCollectedModelId
Gets the model identifier of the representation class collected.
Public propertyKind
Gets the attribute type.
Public propertyRpTypeName
Gets the type of the representation object.
Public propertySvTypeName
Gets the type of the associated server object.
Public propertyUserTypeName
Gets the name of this type.
Top
Remarks
Category: Dynamic view related class.
See Also