Class ColumnBase
The base class for columns in a View.
Implements
System.Dynamic.IDynamicMetaObjectProvider
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TimeCockpit.Data.DataModel.View
Assembly: TimeCockpit.Data.dll
Syntax
public abstract class ColumnBase : NamedDynamicObject, IDynamicMetaObjectProvider, INotifyPropertyChanged
Constructors
ColumnBase()
Declaration
protected ColumnBase()
Properties
EditModelEntity
Gets or sets the path to the model entity, that should be edited.
Declaration
public string EditModelEntity { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Header
Gets or sets the header of the column.
Declaration
public string Header { get; set; }
Property Value
Type | Description |
---|---|
System.String |