C# 클래스 SIL.FieldWorks.XWorks.InterestingTextsDecorator

This class exists to decorate the main SDA for concordance views. It implements the Occurrences and OccurrencesCount properties for WfiWordform.
상속: SIL.FieldWorks.FDO.Application.DomainDataByFlidDecoratorBase, ISetMediator, ISetRootHvo
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
AddNotification ( IVwNotifyChange nchng ) : void
GetInterestingTextList ( XCore.Mediator mediator, IFdoServiceLocator services ) : InterestingTextList
InterestingTextsDecorator ( ISilDataAccessManaged domainDataByFlid, XmlNode configurationNode, IFdoServiceLocator services ) : System
RemoveNotification ( IVwNotifyChange nchng ) : void
SetInterestingTexts ( IEnumerable newTexts ) : void
SetMediator ( XCore.Mediator mediator ) : void
SetRootHvo ( int hvo ) : void
VecProp ( int hvo, int tag ) : int[]
get_VecItem ( int hvo, int tag, int index ) : int
get_VecSize ( int hvo, int tag ) : int

비공개 메소드들

메소드 설명
GetInterestingTexts ( ) : int[]
m_interestingTexts_InterestingTextsChanged ( object sender, InterestingTextsChangedArgs e ) : void

메소드 상세

AddNotification() 공개 메소드

public AddNotification ( IVwNotifyChange nchng ) : void
nchng IVwNotifyChange
리턴 void

GetInterestingTextList() 정적인 공개 메소드

static public GetInterestingTextList ( XCore.Mediator mediator, IFdoServiceLocator services ) : InterestingTextList
mediator XCore.Mediator
services IFdoServiceLocator
리턴 InterestingTextList

InterestingTextsDecorator() 공개 메소드

public InterestingTextsDecorator ( ISilDataAccessManaged domainDataByFlid, XmlNode configurationNode, IFdoServiceLocator services ) : System
domainDataByFlid ISilDataAccessManaged
configurationNode System.Xml.XmlNode
services IFdoServiceLocator
리턴 System

RemoveNotification() 공개 메소드

public RemoveNotification ( IVwNotifyChange nchng ) : void
nchng IVwNotifyChange
리턴 void

SetInterestingTexts() 공개 메소드

public SetInterestingTexts ( IEnumerable newTexts ) : void
newTexts IEnumerable
리턴 void

SetMediator() 공개 메소드

public SetMediator ( XCore.Mediator mediator ) : void
mediator XCore.Mediator
리턴 void

SetRootHvo() 공개 메소드

public SetRootHvo ( int hvo ) : void
hvo int
리턴 void

VecProp() 공개 메소드

public VecProp ( int hvo, int tag ) : int[]
hvo int
tag int
리턴 int[]

get_VecItem() 공개 메소드

public get_VecItem ( int hvo, int tag, int index ) : int
hvo int
tag int
index int
리턴 int

get_VecSize() 공개 메소드

public get_VecSize ( int hvo, int tag ) : int
hvo int
tag int
리턴 int