MFGS Data Column Collection
MFGSDataColumnCollection Public interface
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph VGWWCoreIEx VGWWCoreIEx.IExMFGSDataColumnCollection[[IExMFGSDataColumnCollection]] class VGWWCoreIEx.IExMFGSDataColumnCollection interfaceStyle; endMembers
Properties
Public properties
| Type | Name | Methods |
|---|---|---|
int | Count | get |
IExMFGSDataColumn | Item | get |
Methods
Public methods
| Returns | Name |
|---|---|
bool | Contains(string name) |
Details
Methods
Contains
public bool Contains(string name)Arguments
| Type | Name | Description |
|---|---|---|
string | name |
Properties
Count
public int Count { get; }Item
public IExMFGSDataColumn Item { get; }Generated with ModularDoc