Search Results for

    Show / Hide Table of Contents

    Class BoundCell

    Represents a field in a List or a Form.

    Inheritance
    System.Object
    DynamicObject
    NamedDynamicObject
    Cell
    BoundCell
    ActionCell
    BinaryCell
    BooleanCell
    DateCell
    GuidCell
    NumericCell
    RelationCellBase
    TextCell
    UrlCell
    Implements
    System.Dynamic.IDynamicMetaObjectProvider
    System.ComponentModel.INotifyPropertyChanged
    TimeCockpit.Common.IWeakEventListener
    Inherited Members
    Cell.GetPropertyInfos()
    Cell.ReceiveWeakEvent(Type, Object, EventArgs)
    Cell.Header
    Cell.Foreground
    Cell.Background
    Cell.RowSpan
    Cell.ColSpan
    Cell.MinWidth
    Cell.MaxWidth
    Cell.Width
    Cell.Hyperlink
    Cell.IsVisible
    Cell.IsColumnVisible
    Cell.IsEnabled
    Cell.IsReadOnly
    Cell.LabelPosition
    Cell.AggregateFunction
    Cell.DataType
    NamedDynamicObject.OnPropertyChanged(String)
    NamedDynamicObject.Name
    NamedDynamicObject.PropertyChanged
    DynamicObject.GetMember(String)
    DynamicObject.SetMember(String, Object)
    DynamicObject.GetMetaObject(Expression)
    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.

    In This Article
    Back to top Copyright © 2020 software architects gmbh