Class BackReferenceCell
Represents a tab 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 BackReferenceCell : Cell, IDynamicMetaObjectProvider, INotifyPropertyChanged, IWeakEventListener
Constructors
BackReferenceCell()
Initializes a new instance of the BackReferenceCell class.
Declaration
public BackReferenceCell()
Properties
BackReference
Gets or sets the name of the back reference.
Declaration
public string BackReference { 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 |
MaxHeight
Gets or sets the max height of the displayed NamedList.
Declaration
public string MaxHeight { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShowGroupPanel
Gets or sets a value indicating whether the group panel of the list should be displayed.
Declaration
public string ShowGroupPanel { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShowToolbar
Gets or sets a value indicating whether the toolbar of the list should be displayed.
Declaration
public string ShowToolbar { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShowViewActions
Gets or sets a value indicating whether the view actions of the list should be displayed.
Declaration
public string ShowViewActions { get; set; }
Property Value
Type | Description |
---|---|
System.String |