Membres MajorObject

Serves as the base class from which all major objects are derived.

Le type MajorObject expose les membres suivants.

Constructeurs

  Nom Description
Méthode protégée MajorObject() () () () Initializes a new major object as implemented by the derived class using default values.
Méthode protégée MajorObject(String) Initializes a new major object as implemented by the derived class using the specified object name.
Méthode protégée MajorObject(String, String) Initializes a new major object as implemented by the derived class using the specified object name and identifier of the object.

Haut de la page

Méthodes

  Nom Description
Méthode protégée AddToContainer Infrastructure. (Hérité de ModelComponent.)
Méthode protégée AfterInsert Infrastructure. (Hérité de ModelComponent.)
Méthode protégée AfterMove Infrastructure. (Hérité de ModelComponent.)
Méthode protégée AfterRemove Infrastructure. (Hérité de ModelComponent.)
Méthode protégée BeforeRemove Infrastructure. (Hérité de ModelComponent.)
Méthode protégée Clone Infrastructure.
Méthode protégée CopyTo Infrastructure. (Hérité de ModelComponent.)
Méthode protégée CopyTo(NamedComponent) (Hérité de NamedComponent.)
Méthode protégée CopyTo(MajorObject, Boolean) Infrastructure.
Méthode publique CreateObjRef (Hérité de MarshalByRefObject.)
Méthode publique Dispose (Hérité de Component.)
Méthode protégée Dispose (Hérité de Component.)
Méthode publique Drop() () () () Removes current object and updates server.
Méthode publique Drop(DropOptions) Removes current object and updates server using specified options.
Méthode publique Drop(DropOptions, XmlaWarningCollection) Removes current object and updates server using specified options. Warnings resulting from drop operation are returned on the specified warnings object.
Méthode publique Drop(DropOptions, XmlaWarningCollection, ImpactDetailCollection) Removes current object and updates server using specified options. Warnings resulting from drop operation are returned on the specified warnings variable and results for affected objects in operation are returned on specified impactResult variable.
Méthode publique Drop(DropOptions, XmlaWarningCollection, ImpactDetailCollection, Boolean) Removes current object and updates server using specified options. Warnings resulting from drop operation are returned on the specified warnings variable and results for affected objects in operation are returned on specified impactResult variable.
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Component.)
Méthode protégée GetCreateReferences Infrastructure.
Méthode publique GetDependents Infrastructure.
Méthode protégée GetDropDependents Infrastructure.
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetLifetimeService (Hérité de MarshalByRefObject.)
Méthode publique GetReferences Infrastructure.
Méthode protégée GetService (Hérité de Component.)
Méthode publique GetType (Hérité de Object.)
Méthode publique GetUpdateOverwrites Infrastructure.
Méthode publique InitializeLifetimeService (Hérité de MarshalByRefObject.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de MarshalByRefObject.)
Méthode publique Refresh() () () () Updates current object from server definitions.
Méthode publique Refresh(Boolean) Updates current object from server definitions and loaded dependent objects if specified.
Méthode publique Refresh(Boolean, RefreshType) Updates current object from server definitions and loaded dependent objects if specified.
Méthode protégée RemoveFromContainer Infrastructure. (Hérité de ModelComponent.)
Méthode protégée Reset (Hérité de NamedComponent.)
Méthode publique Submit() () () () Infrastructure. (Hérité de ModelComponent.)
Méthode publique Submit(Boolean) Infrastructure. (Hérité de ModelComponent.)
Méthode publique ToString (Hérité de NamedComponent.)
Méthode publique Update() () () () Updates server definition of current object to actual values using the default values to update dependent objects.
Méthode publique Update(UpdateOptions) Updates server definition of current object to actual values using the specified options to update dependent objects.
Méthode publique Update(UpdateOptions, UpdateMode) Updates server definition of current object to actual values using the specified options to update dependent objects.
Méthode publique Update(UpdateOptions, UpdateMode, XmlaWarningCollection) Updates server definition of current object to actual values using the specified options to update dependent objects and reports any warnings from operation.
Méthode publique Update(UpdateOptions, UpdateMode, XmlaWarningCollection, ImpactDetailCollection) Updates server definition of current object to actual values using specified options to update dependent objects, reports any warnings from operation, and returns affected objects from operation.
Méthode publique Update(UpdateOptions, UpdateMode, XmlaWarningCollection, ImpactDetailCollection, Boolean) Updates server definition of current object to actual values using specified options to update dependent objects, reports any warnings from operation, and returns affected objects from operation. If analyzeImpactOnly is true, an impact analysis operation is performed with no update operation.
Méthode publique Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. (Hérité de ModelComponent.)
Méthode publique Validate(ValidationResultCollection)
Méthode publique Validate(ValidationErrorCollection, Boolean) Validates the element to which it is appended; returns any errors encountered in a collection. Also contains a parameter to enable return of detailed errors. (Hérité de ModelComponent.)
Méthode publique Validate(ValidationResultCollection, ValidationOptions)
Méthode publique Validate(ValidationErrorCollection, Boolean, ServerEdition) (Hérité de NamedComponent.)
Méthode publique Validate(ValidationResultCollection, ValidationOptions, ServerEdition)

Haut de la page

Propriétés

  Nom Description
Propriété publique Annotations Gets the collection object of all annotations to current object. (Se substitue à ModelComponent. . :: . .Annotations.)
Propriété protégée CanRaiseEvents (Hérité de Component.)
Propriété publique Container (Hérité de Component.)
Propriété publique CreatedTimestamp Gets or sets the date and time of the creation of the object.
Propriété publique Description Gets or sets a description string of current object. (Se substitue à NamedComponent. . :: . .Description.)
Propriété protégée DesignMode (Hérité de Component.)
Propriété protégée Events (Hérité de Component.)
Propriété protégée FriendlyName (Hérité de NamedComponent.)
Propriété publique ID (Hérité de NamedComponent.)
Propriété publique IsLoaded Infrastructure.
Propriété protégée KeyForCollection (Hérité de NamedComponent.)
Propriété publique LastSchemaUpdate Gets or sets the date and time when current object schema was last updated.
Propriété publique Name (Hérité de NamedComponent.)
Propriété publique OwningCollection Gets or sets the collection that contains the ModelComponent. (Hérité de ModelComponent.)
Propriété publique Parent Infrastructure. (Hérité de ModelComponent.)
Propriété publique Site (Hérité de NamedComponent.)
Propriété publique SiteID (Hérité de NamedComponent.)

Haut de la page

Événements

  Nom Description
Événement public Disposed (Hérité de Component.)

Haut de la page