Skip to content

MFGS Data Row Collection

MFGSDataRowCollection Public interface

Diagram

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

Members

Properties

Public properties

TypeNameMethods
intCountget
IExMFGSDataRowItemget

Details

Properties

Count

public int Count { get; }

Item

public IExMFGSDataRow Item { get; }

Generated with ModularDoc