A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. 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