C# Class Sfm2Xml.ClsFieldDescriptionWrapper

This class serves as a wrapper for the ClsFieldDescription class so that properties can be set at construction time.
Inheritance: ClsFieldDescription
Show file Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
ClsFieldDescriptionWrapper ( string marker, string name, string datatype, string lang, bool abbr, string fwID ) : System

Method Details

ClsFieldDescriptionWrapper() public method

public ClsFieldDescriptionWrapper ( string marker, string name, string datatype, string lang, bool abbr, string fwID ) : System
marker string
name string
datatype string
lang string
abbr bool
fwID string
return System