DataSource Class |
Docentric Toolkit Help
Send Feedback |
Represents a data source on a template.
System.Object
Docentric.Documents.Reporting.TemplateManagement.Metadata.DataSource
Assembly: Docentric.Documents.Reporting (in Docentric.Documents.Reporting.dll)
public class DataSource
The DataSource type exposes the following members.
Name | Description | |
---|---|---|
.ctor(DataKind) | Creates a default data source. | |
.ctor(DataKind, String) | Creates a named (non-default) data source. |
Name | Description | |
---|---|---|
DataKind | Gets or sets the kind of the data source | |
IsDefault | Indicates whether this data source is the default data source. Only one data source defined by a template can be the default one. | |
Name | Gets or sets the name of the data source. Names of the data sources in a template must be unique. | |
PreviewData | Gets or sets the preview data for this data source. | |
Schema | Gets or sets the Schema object for this data source. |
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToString | Returns a String that represents the current Object. (Inherited from Object) |