Class MetaObjectExtensionInfoCollection
Represents meta object extension info collection.
Implements
Inherited Members
Namespace: Mediachase.BusinessFoundation.Data.Meta.Management
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0Syntax
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. |