Model Members

Include Protected Members
Include Inherited Members

Contains a collection of external systems (LobSystem objects) that can be packaged as a group.

The Model type exposes the following members.

Properties

  Name Description
Public property AllEntities Gets the collection of External Content Types.
Public property AllReferencedLobSystems Gets a collection of the set of External System objects referred to by all External Content Types that are associated with this Model object (including exclusively owned External Content Types and shared External Content Types).
Public property DefaultDisplayName Gets or sets the default display name. (Inherited from MetadataObject.)
Public property Id Gets the identifier of the MetadataObject object. (Inherited from MetadataObject.)
Public property IsCached Indicates whether the object is cached. (Inherited from MetadataObject.)
Public property LocalizedDisplayName Gets or sets the localized display name. (Inherited from MetadataObject.)
Public property LocalizedDisplayNames Gets the collection of localized display names. (Inherited from MetadataObject.)
Public property Name Gets or sets the name of the object. (Inherited from MetadataObject.)
Public property OwnedEntities Gets the collection of owned External Content Types.
Public property OwnedReferencedLobSystems Gets the collection of owned referenced External Systems.
Public property Properties Gets the property collection of the object. (Inherited from MetadataObject.)

Top

Methods

  Name Description
Public method AddEntity Adds an External Content Type (Entity object) to the model.
Public method ContainsLocalizedDisplayName Indicates whether the object contains a localized display name. (Inherited from MetadataObject.)
Public method CopyAclAcrossChildren Copies the list of access control entries (ACEs) associated with the metadata object to all of its child metadata objects. Each individually securable metadata object inherits from this class and provides its own implementation of this method. (Inherited from IndividuallySecurableMetadataObject.)
Public method CopyAclAcrossChildrenForSetting Copies the list of access control entries (ACEs) associated with the metadata object to all of its child metadata objects for the specified setting. Each individually securable metadata object inherits from this class and provides its own implementation of this method. (Inherited from IndividuallySecurableMetadataObject.)
Public method CopyAclToSetting Copies the list of access control entries (ACEs) associated with the metadata object to the object setting. (Inherited from IndividuallySecurableMetadataObject.)
Public methodStatic member Create Creates a new Model object.
Public method Delete Deletes the MetadataObject. (Inherited from MetadataObject.)
Public method DeleteNoCascade Deletes the Model object, but keeps the External Content Type objects in it intact.
Public method GetAccessControlList() Gets the access control list (ACL) from the containing entity. (Inherited from AccessControlledMetadataObject.)
Public method GetAccessControlList(String) Gets a list of the individually securable child metadata objects. (Inherited from IndividuallySecurableMetadataObject.)
Public method GetAccessControlList(String, Boolean) Gets a list of the individually securable child metadata objects. (Inherited from IndividuallySecurableMetadataObject.)
Public methodStatic member GetById Gets the Model object given its identifier (ID).
Public methodStatic member MergeXml Reads the Model definition from the specified resource XML from the specified metadata store, and then merges its properties, localized names, and access control entries with the existing Model in the metadata store.
Public method Read Updates the Model object with the latest data from Metadata Store. (Overrides MetadataObject.Read().)
Protected method ReadCommon This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from MetadataObject.)
Public methodStatic member ReadXml Reads the Model definition from the specified metadata XML for the specified Metadata Store.
Public method RemoveEntity Removes an External Content Type from the Model object.
Public method SetAccessControlList(IAccessControlList) Sets the access control list (ACL) for an individually securable metadata object. (Inherited from IndividuallySecurableMetadataObject.)
Public method SetAccessControlList(IAccessControlList, String) Sets the access control list (ACL) for an individually securable metadata object for the specified setting. (Inherited from IndividuallySecurableMetadataObject.)
Public method ToString (Inherited from Object.)
Public method Update Updates the object. (Inherited from MetadataObject.)
Public method WriteXml(PackageContents) Returns the XML representation of the MetadataObject. (Inherited from MetadataObject.)
Public method WriteXml(PackageContents, String) Returns the XML representation of the MetadataObject, which is generated using the properties, localized names, and access control entries from the specified setting. (Inherited from MetadataObject.)

Top

See Also

Reference

Model Class

Microsoft.SharePoint.BusinessData.Administration.Client Namespace