Skip to content

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;
end

Members

Properties

Public properties

TypeNameMethods
intCount
Gets the number of subscriptions in the collection.
get
IExMFGSConfigLicensingSubscriptionItemget

Methods

Public methods

ReturnsName
IExMFGSConfigLicensingSubscriptionFindByType(MFGSSubscriptionType type)
Gets a subscription by type.

Details

Summary

Describes a collection os MFGStream subscriptions.

Methods

FindByType

public IExMFGSConfigLicensingSubscription FindByType(MFGSSubscriptionType type)
Arguments
TypeNameDescription
MFGSSubscriptionTypetypeThe 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