C# Class SIL.FieldWorks.FwCoreDlgs.VwPatternSerializableSettings

Wrapper to serialize/deserialize basic settings for VwPattern
显示文件 Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
VwPatternSerializableSettings ( ) : System

use this interface to deserialize settings to new pattern

VwPatternSerializableSettings ( IVwPattern pattern ) : System

use this interface to serialize the given pattern

Private Methods

Method Description
TryCreatePatternTss ( ) : void
TryCreateReplaceWithTss ( ) : void

Method Details

VwPatternSerializableSettings() public method

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

VwPatternSerializableSettings() public method

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