Meta |
The MetaSource type exposes the following members.
| Name | Description | |
|---|---|---|
| AddColumn | Add a MetaColumn in a MetaTable | |
| AddColumnsFromCatalog | Fill a list of columns from a table catalog | |
| AddConnection | Create a MetaConnection in the source | |
| AddDefaultConnection | Add a default MetaConnection to the source | |
| AddEnum | Add a MetaEnum to the MetaData | |
| AddJoin | Add a MetaJoin to the MetaData | |
| AddSchemaTables | Fill list of MetaTable from the catalog | |
| AddTable | Add a MetaTable in the source | |
| CheckLINQ | Check a LINQ statement | |
| CheckSQL | Check a SQL statement, the check includes also all the Pre/Post SQL statements defined. | |
| Create | Create a basic MetaSource | |
| CreateEnumFromColumn | Helper to create a MetaEnum for a given MetaColumn | |
| 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) | |
| GetColumnName | Returns a full column name from a raw name | |
| GetColumnsSchemaTable | Returns a datatable containing the columns definiton of the table | |
| GetFromTempReferences | ||
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetJoinsFromCatalog | Return list of Joins from the catalog | |
| GetMetaInfo | Get a meta information value from its key | |
| GetOpenConnection | Returns an open DbConnection | |
| GetTableKeysSchemaTable | Returns a datatable containing the key definition of the current database | |
| GetTableName | Returns a full table name from a raw name | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| 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) | |
| InitReferences | Init all object references | |
| LoadFromFile | Load the MetaSource from a file | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Refresh | Refresh all tables having dynamic columns and needed a refresh | |
| RemoveConnection | Remove a MetaConnection from the source | |
| RemoveEnum | Remove a MetaEnum from the MetaData | |
| RemoveJoin | Remove a MetaJoin from the MetaData | |
| RemoveTable | Remove a MetaTable from the source | |
| RemoveTableLink | Remove a MetaTableLink from the source | |
| SaveToFile | Save to the current file | |
| SaveToFile(String) | Save MetaSource to a file | |
| SetMetaInfo | Set a meta information value from its key | |
| SetReadOnly |
Set all properties to readonly
(Inherited from RootEditor) | |
| SetToTempReferences | ||
| ShouldSerializeDataSourceReferences | ||
| ShouldSerializeMetaInfo | ||
| 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) |