C# Class SIL.FieldWorks.FwCoreDlgs.VwPatternSerializableSettings

Wrapper to serialize/deserialize basic settings for VwPattern
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
TryCreatePatternTss ( ) : void
TryCreateReplaceWithTss ( ) : void

Method Details

VwPatternSerializableSettings() public méthode

use this interface to deserialize settings to new pattern
public VwPatternSerializableSettings ( ) : System
Résultat System

VwPatternSerializableSettings() public méthode

use this interface to serialize the given pattern
public VwPatternSerializableSettings ( IVwPattern pattern ) : System
pattern IVwPattern
Résultat System