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