The DataSourceId type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DataSourceId(IDataId, String, Type) |
This is for internal use only!
| |
| DataSourceId(IDataId, String, Type, DataScopeIdentifier, CultureInfo) |
This is for internal use only!
|
Methods
| Name | Description | |
|---|---|---|
| Deserialize |
Recreate a DataSourceId based on a serialized string representation of it.
| |
| Serialize |
Serialize to string
| |
| TryDeserialize |
Tries to deserialize a string as a DataSourceId.
|
Properties
| Name | Description | |
|---|---|---|
| DataId |
Object which the data provider can use to uniquely identify the 'table record' in its own store matching a data element.
| |
| DataScopeIdentifier |
The data scope (language and published/unpublished) from which the data element originate.
| |
| ExistsInStore |
True when the data element represents a physically stored element
| |
| InterfaceType |
The interface used for the data element. This is expected to be inpmelenting IData.
| |
| LocaleScope |
The language from which the data element originate.
| |
| ProviderName |
Name of the data provider responsible for the data element.
| |
| PublicationScope |
The publication scope (published or unpublished) from which the data element originate.
|