Class BackReferenceFormListCell
Represents a control in a Form.
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 BackReferenceFormListCell : Cell, IDynamicMetaObjectProvider, INotifyPropertyChanged, IWeakEventListener
Constructors
BackReferenceFormListCell()
Initializes a new instance of the BackReferenceFormListCell class.
Declaration
public BackReferenceFormListCell()
Properties
BackReference
Gets or sets the name of the back reference.
Declaration
public string BackReference { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Condition
Gets or sets the condition for the query.
Declaration
public string Condition { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Form
Gets or sets the form, that is used for displaying the data int the combobox.
Declaration
public string Form { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InsertNewItemAtTop
Gets or sets a value indicating whether new items should be inserted at the top of the list.
Declaration
public string InsertNewItemAtTop { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SortOrder
Gets or sets the sort order for the list.
Declaration
public string SortOrder { get; set; }
Property Value
Type | Description |
---|---|
System.String |