Entity Members

Include Protected Members
Include Inherited Members

NOTE: This API is now obsolete.

Represents an entity such as Customer or Product, in a line-of-business (LOB) application.

The Entity type exposes the following members.

Properties

  Name Description
Public property EstimatedInstanceCount Obsolete. Gets the estimated number of entity instances of this entity.
Public property Id Obsolete. Gets the unique ID of each metadata object. (Inherited from MetadataObject.)
Public property IsCached Obsolete. Determines whether the metadata object is cached or not. (Inherited from MetadataObject.)
Public property Name Obsolete. Gets the name of the metadata object. (Inherited from MetadataObject.)

Top

Methods

  Name Description
Protected method ApplySystemLevelFilters Obsolete. (Inherited from DataClass.)
Public method CheckAccess Obsolete. Gets the rights the current user has on one or more entity instances.
Public method ContainsDefaultAction Obsolete. Determines whether the entity contains a default action.
Public method ContainsLocalizedDisplayName Obsolete. Determines whether the metadata object contains a localized display name. (Inherited from MetadataObject.)
Public method Equals (Inherited from Object.)
Public method Execute(MethodInstance, LobSystemInstance) Obsolete. Executes a method instance on the business application. (Inherited from DataClass.)
Public method Execute(MethodInstance, LobSystemInstance, []) Obsolete. Executes a MethodInstance on the business application. (Overrides DataClass.Execute(MethodInstance, LobSystemInstance, []).)
Protected method ExtractTargetAndTouchOuterStreams Obsolete. Reserved for internal use.
Protected method Finalize (Inherited from Object.)
Public method FindAssociated(EntityInstanceCollection, LobSystemInstance) Obsolete. Gets the entity instances associated with a given entity instance collection.
Public method FindAssociated(EntityInstanceCollection, Association, LobSystemInstance) Obsolete. Gets the entity instances associated with a given entity instance collection.
Public method FindAssociated(EntityInstanceCollection, FilterCollection, LobSystemInstance) Obsolete. Gets filtered entity instances associated with a given entity instance collection.
Public method FindAssociated(EntityInstanceCollection, Association, FilterCollection, LobSystemInstance) Obsolete. Gets the entity instances associated with a given entity instance collection.
Public method FindFiltered Obsolete. Gets a filtered set of entity instances from the business application.
Public method FindSpecific(Object, LobSystemInstance) Obsolete. Gets a single entity instance given its ID.
Public method FindSpecific([], LobSystemInstance) Obsolete. Gets a single entity instance given its ID.
Public method GetAccessCheckerMethodInstance Obsolete. Gets the AccessChecker MethodInstance for this entity.
Public method GetActions Obsolete. Gets the actions that the entity contains.
Public method GetAssociationView Obsolete. Gets the view of the specified association. It represents the fields that would be present in the entity instances returned if the association was executed.
Public methodStatic member GetById Obsolete. Gets an entity given its ID.
Public method GetDefaultAction Obsolete. Gets the default action associated with the entity.
Public method GetDefaultDisplayName Obsolete. Gets the default display name of the metadata object. (Inherited from MetadataObject.)
Public method GetDestinationAssociations Obsolete. Gets the associations where this entity is the destination in the relationship.
Public method GetFinderFilters Obsolete. Gets a collection of Finder filters defined for the entity.
Public method GetFinderMethodInstance Obsolete. Gets the method instance that defines the Finder method.
Public method GetFinderView Obsolete. Gets the view of the finder method. It represents the fields that would be present in the entity instances returned if the Finder was executed.
Public method GetHashCode (Inherited from Object.)
Public method GetIdentifierCount Obsolete. Gets the count of identifiers defined for the entity.
Public method GetIdentifiers Obsolete. Gets the identifiers defined for the entity.
Public method GetLobSystem Obsolete. Gets the LobSystem object this DataClass object (entity) belongs to. (Inherited from DataClass.)
Public method GetLocalizedDisplayName Obsolete. Gets the localized display name of the metadata object. (Inherited from MetadataObject.)
Public method GetMethodInstances Obsolete. Gets the method instances available for this DataClass object (entity). (Inherited from DataClass.)
Public method GetMethods Obsolete. Gets the methods available for this DataClass object (entity). (Inherited from DataClass.)
Public method GetProperties Obsolete. Gets the properties associated with the metadata object. (Inherited from MetadataObject.)
Public method GetSourceAssociations Obsolete. Gets the associations where this entity is the source entity in the relationship.
Public method GetSpecificFinderMethodInstance Obsolete. Gets the SpecificFinder method instance for this entity.
Public method GetSpecificFinderView Obsolete. Gets the view of the SpecificFinder method. It represents the fields that would be present in the entity instances returned if the SpecificFinder was executed.
Public method GetType (Inherited from Object.)
Public method GetViewAccessorMethodInstances Obsolete. Gets all method instances that are of MethodInstance type ViewAccessor for this entity.
Public method GetViewDefinition Obsolete. Gets the list of fields in a given view of an entity.
Public method HasAccessChecker Obsolete. Returns a true or false depending on whether this entity has an AccessChecker MethodInstance defined for it.
Public method HasFinder Obsolete. Indicates whether the entity has a Finder method defined.
Public method HasSpecificFinder Obsolete. Indicates whether the entity has a SpecificFinder method defined.
Protected method Initialize Obsolete. Initializes an Entity object.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Protected method WrapAsEntities Obsolete. Reserved for internal use.
Protected method WrapAsForeignKeyAssociation Obsolete. Reserved for internal use.

Top

Fields

  Name Description
Public fieldStatic member AuditSuppressPropertyName Obsolete.
Public fieldStatic member CanonicalNamePropertyName Obsolete.
Public fieldStatic member DefaultActionPropertyName Obsolete. Name of the Action to be used as the hyperlink in business data search results, business data columns, and elsewhere.
Public fieldStatic member DisplaySearchResultRightsMaskPropertyName Obsolete. Represents the rights mask that is used to convert a rights vector into a Yes or a No value.

Top

See Also

Reference

Entity Class

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace