ModelComponent Methods
Include Protected Members
Include Inherited Members
The ModelComponent type exposes the following members.
Name | Description | |
---|---|---|
![]() |
AddToContainer | Infrastructure. Adds a ModelComponent object to the specified container. |
![]() |
AfterInsert | Infrastructure. Displays a ModelComponent object after added to the specified index. |
![]() |
AfterMove | Infrastructure. Displays a ModelComponent object after moving to the specified index. |
![]() |
AfterRemove | Infrastructure. Displays a ModelComponentCollection after a ModelComponent object is removed. |
![]() |
BeforeRemove | Infrastructure. Removes the ModelComponent object before the cleanup. |
![]() |
CopyTo | Infrastructure. Copies a ModelComponent object to the specified object. |
![]() |
CreateObjRef | Security Critical. (Inherited from MarshalByRefObject.) |
![]() |
Dispose() | (Inherited from Component.) |
![]() |
Dispose(Boolean) | (Inherited from Component.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Component.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) |
![]() |
GetService | (Inherited from Component.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
InitializeLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![]() |
RemoveFromContainer | Infrastructure. Removes a ModelComponent object from the specified container. |
![]() |
Reset | Infrastructure. Resets the component to an initial state. |
![]() |
Submit() | Infrastructure. Submits a ModelComponent object. |
![]() |
Submit(Boolean) | Infrastructure. Submits a ModelComponent object. |
![]() |
ToString | Infrastructure. Returns a string that represents the current object. (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) | Indicates whether a ModelComponent object is valid. |
Top