Class DataSourceItem
A data source item.
Inheritance
System.Object
DataSourceItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Data.DataSources
Assembly: Kephas.Data.dll
Syntax
public class DataSourceItem : IDataSourceItem, IIdentifiable
Properties
| Improve this Doc View SourceDisplayText
Gets or sets the display text to be shown in the editors.
Declaration
public string DisplayText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The display text. |
Id
Gets or sets the identifier for this instance.
Declaration
public object Id { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The identifier. |
ParentId
Gets or sets the identifier of the parent.
Declaration
public object ParentId { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The identifier of the parent. |
Explicit Interface Implementations
| Improve this Doc View SourceIIdentifiable.Id
Identifier for the identifiable.
Declaration
object IIdentifiable.Id { get; }
Returns
Type | Description |
---|---|
System.Object |