C# Class SIL.FieldWorks.SharpViews.RootBoxFdo

This subclass adds functionality specific to FDO.
Inheritance: RootBox, IVwNotifyChange
Exibir arquivo Open project: sillsdev/FieldWorks Class Usage Examples

Private Properties

Property Type Description
AddHookupToPropChanged void
Dispose void
GetBuilder ViewBuilder
IVwNotifyChange void
RemoveHookupFromPropChanged void

Public Methods

Method Description
RootBoxFdo ( AssembledStyles styles ) : System

Private Methods

Method Description
AddHookupToPropChanged ( int>.Tuple key, IReceivePropChanged hookup ) : void
Dispose ( bool beforeDestructor ) : void
GetBuilder ( GroupBox destination ) : ViewBuilder

Answer a viewbuilder for adding stuff to the specified box. Overriden to give an FDO-specific ViewBuilder.

IVwNotifyChange ( int hvo, int tag, int ivMin, int cvIns, int cvDel ) : void
RemoveHookupFromPropChanged ( int>.Tuple key, IReceivePropChanged hookup ) : void

Method Details

RootBoxFdo() public method

public RootBoxFdo ( AssembledStyles styles ) : System
styles AssembledStyles
return System