Search Results for

    Show / Hide Table of Contents

    Class RelationCellBase

    Represents a lookup field in a List or a Form.

    Inheritance
    System.Object
    DynamicObject
    NamedDynamicObject
    Cell
    BoundCell
    RelationCellBase
    RadioButtonCell
    RelationCell
    TreeViewRelationCell
    Implements
    System.Dynamic.IDynamicMetaObjectProvider
    System.ComponentModel.INotifyPropertyChanged
    TimeCockpit.Common.IWeakEventListener
    Inherited Members
    BoundCell.Clone<T>()
    BoundCell.Content
    BoundCell.DefaultValue
    BoundCell.FilterPath
    BoundCell.FilterIgnorePathInQuery
    BoundCell.FilterOperator
    BoundCell.FilterParameterName
    BoundCell.FilterIsMandatory
    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 abstract class RelationCellBase : BoundCell, IDynamicMetaObjectProvider, INotifyPropertyChanged, IWeakEventListener

    Constructors

    RelationCellBase()

    Initializes a new instance of the RelationCellBase class.

    Declaration
    public RelationCellBase()

    Properties

    Condition

    Gets or sets the condition.

    Declaration
    public string Condition { get; set; }
    Property Value
    Type Description
    System.String

    The condition that determines how to join two dependent comboboxes.

    DisplayProperty

    Gets or sets the display property that is used to determine which property to show in a combobox.

    Declaration
    public string DisplayProperty { get; set; }
    Property Value
    Type Description
    System.String

    The display property.

    FilterValue

    Gets or sets the filter value property that is used to determine which property to show in a combobox.

    Declaration
    public string FilterValue { get; set; }
    Property Value
    Type Description
    System.String

    The filter value property.

    List

    Gets or sets the list, that is used for displaying the data int the combobox.

    Declaration
    public string List { get; set; }
    Property Value
    Type Description
    System.String

    SelectFirstIfNew

    Gets or sets the relation.

    Declaration
    public bool? SelectFirstIfNew { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    SortDirection

    Gets or sets the sort direction. This sort direction is only used if the relation target does not have a standard list defined. As soon as there is a list defined, the sort direction of that list is used instead.

    Declaration
    public SortDirection SortDirection { get; set; }
    Property Value
    Type Description
    SortDirection
    In This Article
    Back to top Copyright © 2020 software architects gmbh