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 | |
---|---|---|
AllEntities | Gets the collection of external content types. | |
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). | |
DefaultDisplayName | Gets or sets the default display name. (Inherited from MetadataObject.) | |
Id | Gets the identifier of the MetadataObject object. (Inherited from MetadataObject.) | |
IsCached | Indicates whether the object is cached. (Inherited from MetadataObject.) | |
LocalizedDisplayName | Gets or sets the localized display name. (Inherited from MetadataObject.) | |
LocalizedDisplayNames | Gets the collection of localized display names. (Inherited from MetadataObject.) | |
Name | Gets or sets the name of the object. (Inherited from MetadataObject.) | |
OwnedEntities | Gets the collection of owned external content types. | |
OwnedReferencedLobSystems | Gets the collection of owned referenced external systems. | |
Properties | Gets the property collection of the object. (Inherited from MetadataObject.) |
Top
Methods
Name | Description | |
---|---|---|
AddEntity | Adds an external content type (Entity object) to the model. | |
ContainsLocalizedDisplayName | Indicates whether the object contains a localized display name. (Inherited from MetadataObject.) | |
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.) | |
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.) | |
CopyAclToSetting | Copies the access control list (ACL) from the default setting to the target setting. (Inherited from IndividuallySecurableMetadataObject.) | |
Create | Creates a new Model object. | |
Delete | Deletes the MetadataObject object. (Inherited from MetadataObject.) | |
DeleteNoCascade | Deletes the Model object, but keeps the external content type objects in it intact. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAccessControlList() | Gets the access control list for this metadata object. (Inherited from AccessControlledMetadataObject.) | |
GetAccessControlList(String) | Gets a list of the individually securable child metadata objects. (Inherited from IndividuallySecurableMetadataObject.) | |
GetAccessControlList(String, Boolean) | Gets a list of the individually securable child metadata objects. (Inherited from IndividuallySecurableMetadataObject.) | |
GetById | Gets the Model object given its identifier (ID). | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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. | |
Read | Updates the Model object with the latest data from Metadata Store. (Overrides MetadataObject.Read().) | |
ReadCommon | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from MetadataObject.) | |
ReadXml | Reads the Model definition from the specified metadata XML for the specified Metadata Store. | |
RemoveEntity | Removes an external content type from the Model object. | |
SetAccessControlList(IAccessControlList) | Sets the access control list (ACL) for an individually securable metadata object. (Inherited from IndividuallySecurableMetadataObject.) | |
SetAccessControlList(IAccessControlList, String) | Sets the access control list (ACL) for an individually securable metadata object for the specified setting. (Inherited from IndividuallySecurableMetadataObject.) | |
ToString | (Inherited from Object.) | |
Update | Updates the object. (Inherited from MetadataObject.) | |
WriteSlicedXml | Writes a sliced XML fragment in the metadata store. (Inherited from MetadataObject.) | |
WriteXml(PackageContents) | Returns the XML representation of the MetadataObject. (Inherited from MetadataObject.) | |
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