C# Class SIL.FieldWorks.XWorks.FakeDecorator

a Decorator which implements OccurrenceCount to return whatever we want (0 by default).
Inheritance: SIL.FieldWorks.FDO.Application.DomainDataByFlidDecoratorBase
Mostrar archivo Open project: sillsdev/FieldWorks Class Usage Examples

Public Properties

Property Type Description
HvoToOccurrenceCount int>.Dictionary

Public Methods

Method Description
FakeDecorator ( ISilDataAccessManaged domainDataByFlid ) : System
get_IntProp ( int hvo, int tag ) : int

Method Details

FakeDecorator() public method

public FakeDecorator ( ISilDataAccessManaged domainDataByFlid ) : System
domainDataByFlid ISilDataAccessManaged
return System

get_IntProp() public method

public get_IntProp ( int hvo, int tag ) : int
hvo int
tag int
return int

Property Details

HvoToOccurrenceCount public_oe property

public Dictionary HvoToOccurrenceCount
return int>.Dictionary