DataClass Members

Include Protected Members
Include Inherited Members

Represents the base class for all entities.

The DataClass type exposes the following members.

Properties

  Name Description
Public property Id Gets the unique ID of each metadata object. (Inherited from MetadataObject.)
Public property IsCached Determines whether the metadata object is cached or not. (Inherited from MetadataObject.)
Public property Name Gets the name of the metadata object. (Inherited from MetadataObject.)

Top

Methods

  Name Description
Protected method ApplySystemLevelFilters
Public method ContainsLocalizedDisplayName Determines whether the metadata object contains a localized display name. (Inherited from MetadataObject.)
Public method Equals (Inherited from Object.)
Public method Execute(MethodInstance, LobSystemInstance) Executes a method instance on the business application.
Public method Execute(MethodInstance, LobSystemInstance, []) Overrides the arguments and executes a method instance on the business application.
Protected method Finalize (Inherited from Object.)
Public methodStatic member GetById Gets a DataClass object given its ID.
Public method GetDefaultDisplayName Gets the default display name of the metadata object. (Inherited from MetadataObject.)
Public method GetHashCode (Inherited from Object.)
Public method GetLobSystem Gets the LobSystem object this DataClass object (entity) belongs to.
Public method GetLocalizedDisplayName Gets the localized display name of the metadata object. (Inherited from MetadataObject.)
Public method GetMethodInstances Gets the method instances available for this DataClass object (entity).
Public method GetMethods Gets the methods available for this DataClass object (entity).
Public method GetProperties Gets the properties associated with the metadata object. (Inherited from MetadataObject.)
Public method GetType (Inherited from Object.)
Protected method Initialize Initializes this DataClass instance.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member SecondarySsoApplicationIdPropertyName Represents the ID of the single sign-on (SSO) enterprise application definition that stores credentials used Username filter and Password filter.
Public fieldStatic member SsoProviderImplementationPropertyName Represents the name of the Metadata Property used to define the fully-qualified type name of the ISsoProvider implementation that stores credentials used to call the Web service and that retrieves the secondary SSO credentials if used.

Top

See Also

Reference

DataClass Class

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace