Interface IDataSourceItem
Interface for data source item.
Inherited Members
Namespace: Kephas.Data.DataSources
Assembly: Kephas.Data.dll
Syntax
public interface IDataSourceItem : IIdentifiable
Properties
| Improve this Doc View SourceDisplayText
Gets or sets the display text to be shown in the editors.
Declaration
string DisplayText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The display text. |
ParentId
Gets or sets the identifier of the parent.
Declaration
object ParentId { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The identifier of the parent. |