ModelComponent Members
Include Protected Members
Include Inherited Members
This is the base class for most of the Analysis Management Objects.
The ModelComponent type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | ModelComponent() | Initializes a new instance of the ModelComponent class using the default values. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | AddToContainer(IContainer) | Infrastructure. | 
| .gif) | AfterInsert(Int32) | Infrastructure. | 
| .gif) | AfterMove(Int32, Int32) | Infrastructure. | 
| .gif) | AfterRemove(ModelComponentCollection) | Infrastructure. | 
| .gif) | BeforeRemove(Boolean) | Infrastructure. | 
| .gif) | CopyTo(ModelComponent) | Infrastructure. | 
| .gif) | CreateObjRef(Type) | (Inherited from MarshalByRefObject.) | 
| .gif) | Dispose() | (Inherited from Component.) | 
| .gif) | Dispose(Boolean) | (Inherited from Component.) | 
| .gif) | Equals(Object) | (Inherited from Object.) | 
| .gif) | Finalize() | (Inherited from Component.) | 
| .gif) | GetHashCode() | (Inherited from Object.) | 
| .gif) | GetLifetimeService() | (Inherited from MarshalByRefObject.) | 
| .gif) | GetService(Type) | (Inherited from Component.) | 
| .gif) | GetType() | (Inherited from Object.) | 
| .gif) | InitializeLifetimeService() | (Inherited from MarshalByRefObject.) | 
| .gif) | MemberwiseClone() | (Inherited from Object.) | 
| .gif) | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | 
| .gif) | RemoveFromContainer(IContainer) | Infrastructure. | 
| .gif) | Reset() | Infrastructure. | 
| .gif) | Submit() | Infrastructure. | 
| .gif) | Submit(Boolean) | Infrastructure. | 
| .gif) | ToString() | Infrastructure. (Overrides Component.ToString().) | 
| .gif) | Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. | 
| .gif) | 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. | 
| .gif) | Validate(ValidationErrorCollection, Boolean, ServerEdition) | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Annotations | Gets a collection within which you can store custom data. | 
| .gif) | CanRaiseEvents | (Inherited from Component.) | 
| .gif) | Container | (Inherited from Component.) | 
| .gif) | DesignMode | (Inherited from Component.) | 
| .gif) | Events | (Inherited from Component.) | 
| .gif) | FriendlyName | Infrastructure. | 
| .gif) | KeyForCollection | Infrastructure. | 
| .gif) | OwningCollection | Gets or sets the collection that contains the ModelComponent. | 
| .gif) | Parent | Infrastructure. | 
| .gif) | Site | (Inherited from Component.) | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| .gif) .gif) | IHostableComponent.Host | |
| .gif) .gif) | IModelComponent.FriendlyPath | |
| .gif) .gif) | IModelComponent.OwningCollection | 
Top
.gif)