Meta |
The MetaTable type exposes the following members.
Name | Description | |
---|---|---|
![]() | AfterSerialization | Operations performed after the serialization |
![]() | BeforeSerialization | Operations performed before the serialization |
![]() | BuildNoSQLTable | For No SQL Source, build the DataTable from the DefinitionScript, if withLoad is true, the table is then loaded with the LoadScript |
![]() | CheckTable | Check the table. If a MetaColumn is specified, only the column is checked. |
![]() ![]() | Create | Creates a basic MetaTable |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
![]() | GetBoolValue | Returns a parameter boolean value with a default if it does not exist |
![]() | GetDoubleValue | Returns a parameter double value |
![]() | GetExecSQLName | Returns the SQL with the name and the CTE (Common Table Expression) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetLastDisplayOrder | Returns the last order to display the columns |
![]() | GetNumericValue | Returns a parameter integer value |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | GetValue | Returns the parameter value |
![]() | HasSameMongoCollection | True if the table has the same mongo DB connection, database and collection |
![]() | Init |
Init the editor objects
(Inherited from RootEditor) |
![]() | InitDefaultValues |
Init the default values
(Inherited from RootEditor) |
![]() | InitEditor |
Init the editor objects and the default values
(Inherited from RootEditor) |
![]() | InitParameters | Init the parameters from the template |
![]() | IsIdentical | Helper to check if the 2 MetaTable have the same definition |
![]() | LogMessage | Logs message in the execution log |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() | Refresh | Refresh the dynamic columns |
![]() | ResetDisplayOrder | Reset the Display Order |
![]() | SetReadOnly |
Set all properties to readonly
(Inherited from RootEditor) |
![]() | ShouldSerializeParameters | |
![]() | ShowValues | Return the values from a column in the table |
![]() | SortColumns | Sort the table columns either by alphanumeric order or by position |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |
![]() | UpdateEditor |
Update editor attributes
(Inherited from RootEditor) |
![]() | UpdateEditorAttributes |
Refresh properties attrivutes
(Inherited from RootEditor) |