Элементы MajorObject
Serves as the base class from which all major objects are derived.
Тип MajorObject предоставляет доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
MajorObject() () () () | Initializes a new major object as implemented by the derived class using default values. | |
MajorObject(String) | Initializes a new major object as implemented by the derived class using the specified object name. | |
MajorObject(String, String) | Initializes a new major object as implemented by the derived class using the specified object name and identifier of the object. |
В начало
Методы
Имя | Описание | |
---|---|---|
AddToContainer | Инфраструктура. (Наследуется из ModelComponent.) | |
AfterInsert | Инфраструктура. (Наследуется из ModelComponent.) | |
AfterMove | Инфраструктура. (Наследуется из ModelComponent.) | |
AfterRemove | Инфраструктура. (Наследуется из ModelComponent.) | |
BeforeRemove | Инфраструктура. (Наследуется из ModelComponent.) | |
Clone | Инфраструктура. | |
CopyTo | Инфраструктура. (Наследуется из ModelComponent.) | |
CopyTo(NamedComponent) | (Наследуется из NamedComponent.) | |
CopyTo(MajorObject, Boolean) | Инфраструктура. | |
CreateObjRef | (Наследуется из MarshalByRefObject.) | |
Dispose | (Наследуется из Component.) | |
Dispose | (Наследуется из Component.) | |
Drop() () () () | Removes current object and updates server. | |
Drop(DropOptions) | Removes current object and updates server using specified options. | |
Drop(DropOptions, XmlaWarningCollection) | Removes current object and updates server using specified options. Warnings resulting from drop operation are returned on the specified warnings object. | |
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. | |
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. | |
Equals | (Наследуется из Object.) | |
Finalize | (Наследуется из Component.) | |
GetCreateReferences | Инфраструктура. | |
GetDependents | Инфраструктура. | |
GetDropDependents | Инфраструктура. | |
GetHashCode | (Наследуется из Object.) | |
GetLifetimeService | (Наследуется из MarshalByRefObject.) | |
GetReferences | Инфраструктура. | |
GetService | (Наследуется из Component.) | |
GetType | (Наследуется из Object.) | |
GetUpdateOverwrites | Инфраструктура. | |
InitializeLifetimeService | (Наследуется из MarshalByRefObject.) | |
MemberwiseClone | (Наследуется из Object.) | |
MemberwiseClone | (Наследуется из MarshalByRefObject.) | |
Refresh() () () () | Updates current object from server definitions. | |
Refresh(Boolean) | Updates current object from server definitions and loaded dependent objects if specified. | |
Refresh(Boolean, RefreshType) | Updates current object from server definitions and loaded dependent objects if specified. | |
RemoveFromContainer | Инфраструктура. (Наследуется из ModelComponent.) | |
Reset | (Наследуется из NamedComponent.) | |
Submit() () () () | Инфраструктура. (Наследуется из ModelComponent.) | |
Submit(Boolean) | Инфраструктура. (Наследуется из ModelComponent.) | |
ToString | (Наследуется из NamedComponent.) | |
Update() () () () | Updates server definition of current object to actual values using the default values to update dependent objects. | |
Update(UpdateOptions) | Updates server definition of current object to actual values using the specified options to update dependent objects. | |
Update(UpdateOptions, UpdateMode) | Updates server definition of current object to actual values using the specified options to update dependent objects. | |
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. | |
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. | |
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. | |
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. (Наследуется из ModelComponent.) | |
Validate(ValidationResultCollection) | ||
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. (Наследуется из ModelComponent.) | |
Validate(ValidationResultCollection, ValidationOptions) | ||
Validate(ValidationErrorCollection, Boolean, ServerEdition) | (Наследуется из NamedComponent.) | |
Validate(ValidationResultCollection, ValidationOptions, ServerEdition) |
В начало
Свойства
Имя | Описание | |
---|---|---|
Annotations | Gets the collection object of all annotations to current object. (Перезаписывает ModelComponent. . :: . .Annotations.) | |
CanRaiseEvents | (Наследуется из Component.) | |
Container | (Наследуется из Component.) | |
CreatedTimestamp | Gets or sets the date and time of the creation of the object. | |
Description | Gets or sets a description string of current object. (Перезаписывает NamedComponent. . :: . .Description.) | |
DesignMode | (Наследуется из Component.) | |
Events | (Наследуется из Component.) | |
FriendlyName | (Наследуется из NamedComponent.) | |
ID | (Наследуется из NamedComponent.) | |
IsLoaded | Инфраструктура. | |
KeyForCollection | (Наследуется из NamedComponent.) | |
LastSchemaUpdate | Gets or sets the date and time when current object schema was last updated. | |
Name | (Наследуется из NamedComponent.) | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Наследуется из ModelComponent.) | |
Parent | Инфраструктура. (Наследуется из ModelComponent.) | |
Site | (Наследуется из NamedComponent.) | |
SiteID | (Наследуется из NamedComponent.) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
IDeserializationCallback. . :: . .OnDeserialization | ||
IFormattable. . :: . .ToString | (Наследуется из NamedComponent.) | |
IDeserializationStartCallback. . :: . .OnDeserializationBegin | ||
IHostableComponent. . :: . .Host | (Наследуется из ModelComponent.) | |
IModelComponent. . :: . .FriendlyPath | (Наследуется из ModelComponent.) | |
IModelComponent. . :: . .OwningCollection | (Наследуется из ModelComponent.) |
В начало