C# 클래스 SIL.FieldWorks.Common.Controls.ClearMethod

Implement (Fake)DoIt by replacing the current value with an empty string.
상속: DoItMethod
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
ClearMethod ( SIL.FieldWorks.FDO.FdoCache cache, ISilDataAccessManaged sda, FieldReadWriter accessor, XmlNode spec ) : System

보호된 메소드들

메소드 설명
NewValue ( int hvo ) : ITsString

Actually produce the replacement string.

OkToChange ( int hvo ) : bool

We can do a replace if the current value is not empty.

메소드 상세

ClearMethod() 공개 메소드

public ClearMethod ( SIL.FieldWorks.FDO.FdoCache cache, ISilDataAccessManaged sda, FieldReadWriter accessor, XmlNode spec ) : System
cache SIL.FieldWorks.FDO.FdoCache
sda ISilDataAccessManaged
accessor FieldReadWriter
spec System.Xml.XmlNode
리턴 System

NewValue() 보호된 메소드

Actually produce the replacement string.
protected NewValue ( int hvo ) : ITsString
hvo int
리턴 ITsString

OkToChange() 보호된 메소드

We can do a replace if the current value is not empty.
protected OkToChange ( int hvo ) : bool
hvo int
리턴 bool