Class BackReferenceTab
Represents a tab in a Form.
Implements
System.Dynamic.IDynamicMetaObjectProvider
System.ComponentModel.INotifyPropertyChanged
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 BackReferenceTab : Tab, IDynamicMetaObjectProvider, INotifyPropertyChanged
Constructors
BackReferenceTab()
Initializes a new instance of the BackReferenceTab class.
Declaration
public BackReferenceTab()
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 |
Methods
SectionsChanged(Object, NotifyCollectionChangedEventArgs)
Raised, when an item is added to the Sections collection.
Declaration
protected override void SectionsChanged(object sender, NotifyCollectionChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The sender that fired the event |
System.Collections.Specialized.NotifyCollectionChangedEventArgs | e | Provides information about event arguments |