Contains the extended properties of a table defined by a DPTableRow.
| C# |
public class TableExtensions
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| TableExtensions()()() | Initializes a new instance of the TableExtensions class | |
| ChildBehavior |
Gets or sets the table's behavior in relation to its parent.
| |
| CommentsTableCommentField |
Gets or sets the name of the field containing the comment,
only meaningful if the ChildBehavior is CommentsTable.
| |
| DataChanged |
Occurs when a change has been made.
| |
| DefaultGroup |
The default group name, which indicates where a table should appear when listed by groups in a UI.
| |
| DefaultViewState |
Gets or sets an object containing the table's default view state, or null if it hasn't been
defined or if HasDefaultViewState is set to false.
| |
| DescriptionColumn |
Gets or sets the name of the column that holds the row's description.
| |
| Deserialize(DataPlace..::.DPTableRow) |
Deserializes a table's extended properties, or creates a default instance if the
properties aren't defined.
| |
| DisplayName |
Table's display name.
| |
| DPTableRowGuid |
Gets the GUID of the DPTable row used to create/deserialize the instance.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetDefaultViewState()()() |
Gets the default view state if it's defined, regardless of the HasDefaultViewState flag.
| |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Group |
Gets or sets the group name, which indicates where a table should appear when listed by groups in a UI.
| |
| HasChanges |
Gets or sets whether there are any unsaved changes.
| |
| HasDefaultViewState |
Gets or sets whether a default view state has been set.
| |
| ImageItem |
Gets or sets the table image.
| |
| IsEmpty |
Whether all properties of this instance contain default values.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnDataChanged(EventArgs) |
Raises the DataChanged event.
| |
| OutlookIntegrationLevel |
Gets or sets the level of Outlook integration, which determine which features are enabled.
| |
| Serialize(TableExtensions, DataPlace..::.DPTableRow) |
Serializes an object containing a table's extended properties into a DPTable row's ataDetailXml column.
| |
| SubsetOnTimeRange |
Gets or sets whether a user should be prompted to subset the available data based on a time range
to avoid loading large amounts of historical data.
| |
| SuppressAsChildGrid |
Whether the table should not appear as a child grid in a UI.
| |
| ToString()()() | (Inherited from Object.) | |
| Visible |
Gets or sets whether the table should be visible in a UI.
|
| Object | |
| TableExtensions | |