MFGS Config Licensing Subscription Collection
MFGSConfigLicensingSubscriptionCollection Public interface
Description
Describes a collection os MFGStream subscriptions.
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph VGWWCoreIEx VGWWCoreIEx.IExMFGSConfigLicensingSubscriptionCollection[[IExMFGSConfigLicensingSubscriptionCollection]] class VGWWCoreIEx.IExMFGSConfigLicensingSubscriptionCollection interfaceStyle; endMembers
Properties
Public properties
| Type | Name | Methods |
|---|---|---|
int | CountGets the number of subscriptions in the collection. | get |
IExMFGSConfigLicensingSubscription | Item | get |
Methods
Public methods
| Returns | Name |
|---|---|
IExMFGSConfigLicensingSubscription | FindByType(MFGSSubscriptionType type)Gets a subscription by type. |
Details
Summary
Describes a collection os MFGStream subscriptions.
Methods
FindByType
public IExMFGSConfigLicensingSubscription FindByType(MFGSSubscriptionType type)Arguments
| Type | Name | Description |
|---|---|---|
MFGSSubscriptionType | type | The type of the subscription. |
Summary
Gets a subscription by type.
Returns
The first IExMFGSConfigLicensingSubscription object which matches the type, or null (Nothing in VBA) if no match found.
Properties
Count
public int Count { get; }Summary
Gets the number of subscriptions in the collection.
Item
public IExMFGSConfigLicensingSubscription Item { get; }Generated with ModularDoc