Class BoundCell
Inheritance
System.Object
BoundCell
Implements
System.Dynamic.IDynamicMetaObjectProvider
System.ComponentModel.INotifyPropertyChanged
TimeCockpit.Common.IWeakEventListener
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 class BoundCell : Cell, IDynamicMetaObjectProvider, INotifyPropertyChanged, IWeakEventListener
Constructors
BoundCell()
Initializes a new instance of the BoundCell class.
Declaration
public BoundCell()
Properties
Content
Gets or sets the content of the cell.
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DefaultValue
Gets or sets the DefaultValue of the cell.
Declaration
public object DefaultValue { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
FilterIgnorePathInQuery
Gets or sets a value indicating whether the filter path should be ignored in the query.
Declaration
public bool FilterIgnorePathInQuery { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FilterIsMandatory
Gets or sets the filterOperator of the cell.
Declaration
public string FilterIsMandatory { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FilterOperator
Gets or sets the filterOperator of the cell.
Declaration
public string FilterOperator { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FilterParameterName
Gets or sets the filterParameterName of the cell.
Declaration
public string FilterParameterName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FilterPath
Gets or sets the filterPath of the cell.
Declaration
public string FilterPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Clone<T>()
Clones the bound cell.
Declaration
public T Clone<T>()
where T : BoundCell
Returns
Type | Description |
---|---|
T | Returns a copy of the object. |
Type Parameters
Name | Description |
---|---|
T | The type of the cloned object. This must be a type, that inherits from BoundCell. |