Search Results for

    Show / Hide Table of Contents

    Class ManyToManyRelationCell

    Represents a lookup field in a List or a Form.

    Inheritance
    System.Object
    DynamicObject
    NamedDynamicObject
    Cell
    ManyToManyRelationCell
    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 ManyToManyRelationCell : Cell, IDynamicMetaObjectProvider, INotifyPropertyChanged, IWeakEventListener

    Constructors

    ManyToManyRelationCell()

    Initializes a new instance of the ManyToManyRelationCell class.

    Declaration
    public ManyToManyRelationCell()

    Properties

    AssignmentCondition

    Gets or sets a condition that is applied to the assignment table.

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

    AssignmentGroupByExpression

    Gets or sets a property to group the results.

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

    BackReference

    Gets or sets the name of the BackReference.

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

    Condition

    Gets or sets the condition for the lookup list.

    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 expression for the available items.

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

    EmptyGroupHeader

    Gets or sets the header for groups with an empty header property.

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

    GroupBy

    Gets or sets a property to group the combobox.

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

    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

    Relation

    Gets or sets the name of the Relation.

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

    SelectedItemsDisplayExpression

    Gets or sets the display expression.

    Declaration
    public string SelectedItemsDisplayExpression { get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Copyright © 2020 software architects gmbh