World is now on Opti ID! Learn more

Class MetaObjectExtensionInfoCollection

Represents meta object extension info collection.

Inheritance
System.Object
MetaObjectExtensionInfoCollection
Implements
Namespace: Mediachase.BusinessFoundation.Data.Meta.Management
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0
Syntax
public class MetaObjectExtensionInfoCollection : Collection<MetaObjectExtensionInfo>, IChangeTracking

Constructors

MetaObjectExtensionInfoCollection()

Initializes a new instance of the MetaObjectExtensionInfoCollection class.

Declaration
public MetaObjectExtensionInfoCollection()

Methods

Remove(String)

Removes the specified name.

Declaration
public void Remove(string name)
Parameters
Type Name Description
System.String name

The name.

Implements