Interface IDataSourceShared
Shared properties of IDataSourceSource and IDataSourceTarget
Namespace: ToSic.Eav.DataSources
Assembly: ToSic.Eav.DataSources.dll
Syntax
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public interface IDataSourceShared
Properties
| Improve this Doc View SourceGuid
Internal ID usually from persisted configurations IF the configuration was build from an pre-stored query.
Declaration
Guid Guid { get; }
Property Value
Type | Description |
---|---|
System.Guid | The guid of this data source which identifies the configuration IEntity of the data source. |
Name
Name of this DataSource - not usually relevant.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String | Name of this source. |