Skip to content

MFGS Data Row

MFGSDataRow Public interface

Diagram

flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph VGWWCoreIEx
VGWWCoreIEx.IExMFGSDataRow[[IExMFGSDataRow]]
class VGWWCoreIEx.IExMFGSDataRow interfaceStyle;
end

Members

Properties

Public properties

TypeNameMethods
objectItemget
IExMFGSDataTableTableget

Details

Properties

Item

public object Item { get; }

Table

public IExMFGSDataTable Table { get; }

Generated with ModularDoc