C# 클래스 SIL.FieldWorks.LexText.Controls.MGA.MasterItem

파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_abbrev string
m_abbrevWs string
m_citations List
m_def string
m_defWs string
m_eKind GlossListTreeView.ImageKind
m_fInDatabase bool
m_featDefn IFsFeatDefn
m_node XmlNode
m_term string
m_termWs string

공개 메소드들

메소드 설명
AddToDatabase ( SIL.FieldWorks.FDO.FdoCache cache ) : void
DetermineInDatabase ( SIL.FieldWorks.FDO.FdoCache cache ) : void

figure out if the feature represented by the node is already in the database

KindCanBeInDatabase ( ) : bool
MasterItem ( ) : System
ResetDescription ( RichTextBox rtbDescription ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
MasterItem ( XmlNode node, SIL.FieldWorks.LexText.Controls.MGA.GlossListTreeView kind, string sTerm ) : System

메소드 상세

AddToDatabase() 공개 메소드

public AddToDatabase ( SIL.FieldWorks.FDO.FdoCache cache ) : void
cache SIL.FieldWorks.FDO.FdoCache
리턴 void

DetermineInDatabase() 공개 메소드

figure out if the feature represented by the node is already in the database
public DetermineInDatabase ( SIL.FieldWorks.FDO.FdoCache cache ) : void
cache SIL.FieldWorks.FDO.FdoCache database cache
리턴 void

KindCanBeInDatabase() 공개 메소드

public KindCanBeInDatabase ( ) : bool
리턴 bool

MasterItem() 공개 메소드

public MasterItem ( ) : System
리턴 System

ResetDescription() 공개 메소드

public ResetDescription ( RichTextBox rtbDescription ) : void
rtbDescription RichTextBox
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

m_abbrev 보호되어 있는 프로퍼티

protected string m_abbrev
리턴 string

m_abbrevWs 보호되어 있는 프로퍼티

protected string m_abbrevWs
리턴 string

m_citations 보호되어 있는 프로퍼티

protected List m_citations
리턴 List

m_def 보호되어 있는 프로퍼티

protected string m_def
리턴 string

m_defWs 보호되어 있는 프로퍼티

protected string m_defWs
리턴 string

m_eKind 보호되어 있는 프로퍼티

protected GlossListTreeView.ImageKind m_eKind
리턴 GlossListTreeView.ImageKind

m_fInDatabase 보호되어 있는 프로퍼티

protected bool m_fInDatabase
리턴 bool

m_featDefn 보호되어 있는 프로퍼티

protected IFsFeatDefn m_featDefn
리턴 IFsFeatDefn

m_node 보호되어 있는 프로퍼티

protected XmlNode m_node
리턴 XmlNode

m_term 보호되어 있는 프로퍼티

protected string m_term
리턴 string

m_termWs 보호되어 있는 프로퍼티

protected string m_termWs
리턴 string