/ Assembly List / LJCDataTransformDAL / DataSource

Namespace - LJCDataTransformDAL


Syntax

C#
public class DataSource : IComparable<DataSource>

The Source table Data Record.

Public Methods
#ctor Initializes an object instance.
Clone Clones the structure of the object.
CompareTo Provides the default Sort functionality.
ToString The object string identifier.
4 Methods

Properties
ChangedNames Gets a reference to the ChangedNames list.
DataConfigName Gets or sets the DataConfigName value.
DataSourceID Gets or sets the SourceID value.
Description Gets or sets the Description value.
Name Gets or sets the Name value.
SourceItemName Gets or sets the SourceItemName value.
SourceLayoutID Gets or sets the LayoutID value.
SourceStatusID Gets or sets the SourceStatusID value.
SourceTypeID Gets or sets the SourceTypeID value.

Fields
ColumnDataConfigName The ConnectionString column name.
ColumnDataSourceID The SourceID column name.
ColumnDescription The Description column name.
ColumnName The Name column name.
ColumnSourceItemName The SourceItemName column name.
ColumnSourceLayoutID The LayoutID column name.
ColumnSourceStatusID The SourceStatusID column name.
ColumnSourceTypeID The SourceTypeID column name.
LengthConnectionString The ConnectionString maximum length.
LengthDescription The Description maximum length.
LengthName The Name maximum length.
LengthSourceItemName The SourceItemName maximum length.
TableName The table name.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.