| CustomObjectValidationBaseT Class |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Assembly.BaseClasses
[Missing <typeparam name="T"/> documentation for "T:Netadmin.Assembly.BaseClasses.CustomObjectValidationBase`1"]
The CustomObjectValidationBaseT type exposes the following members.
| Name | Description | ||
|---|---|---|---|
| void | CustomObjectValidationBaseT | Initializes a new instance of the CustomObjectValidationBaseT class |
| Name | Description | ||
|---|---|---|---|
| Boolean | Equals(Object) | (Inherited from Object.) | |
| ClassResult | Execute(Hashtable, ClassExecutionOption) | (Inherited from AssemblyBase.) | |
| void | ExecuteMethod(Hashtable) | (Overrides AssemblyBase.ExecuteMethod(Hashtable).) | |
| void | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| ArgumentCollection | GetArguments |
Method for the arguments to expect
(Overrides AssemblyBase.GetArguments.) | |
| String | GetDescription |
Retrieves the assembly description
(Overrides AssemblyBase.GetDescription.) | |
| Int32 | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| ClassOutput | GetOutputType | (Overrides AssemblyBase.GetOutputType.) | |
| Type | GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Object | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ListT, T: String | OnDelete(String, T) |
Validation that must be implemented
| |
| ListT, T: String | OnSave(String, T) |
Validation method that must be inplemented
| |
| String | SQLValid(String) | (Inherited from AssemblyBase.) | |
| void | StartTimer | (Inherited from AssemblyBase.) | |
| void | StopTimer(String) | (Inherited from AssemblyBase.) | |
| void | TimerLap(String) | (Inherited from AssemblyBase.) | |
| String | ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Boolean | ValidateArguments(Hashtable) | (Inherited from AssemblyBase.) |
| Name | Description | ||
|---|---|---|---|
| ClassResult | Result | (Inherited from AssemblyBase.) |