C# 클래스 SIL.FieldWorks.FwCoreDlgs.VwPatternSerializableSettings

Wrapper to serialize/deserialize basic settings for VwPattern
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
VwPatternSerializableSettings ( ) : System

use this interface to deserialize settings to new pattern

VwPatternSerializableSettings ( IVwPattern pattern ) : System

use this interface to serialize the given pattern

비공개 메소드들

메소드 설명
TryCreatePatternTss ( ) : void
TryCreateReplaceWithTss ( ) : void

메소드 상세

VwPatternSerializableSettings() 공개 메소드

use this interface to deserialize settings to new pattern
public VwPatternSerializableSettings ( ) : System
리턴 System

VwPatternSerializableSettings() 공개 메소드

use this interface to serialize the given pattern
public VwPatternSerializableSettings ( IVwPattern pattern ) : System
pattern IVwPattern
리턴 System