C# Class FwBuildTasks.InstrumentedLocalizeFieldWorks

Inheritance: LocalizeFieldWorks
Show file Open project: sillsdev/FieldWorks Class Usage Examples

Public Properties

Property Type Description
ErrorMessages string
LinkerAlArgs List
LinkerCulture List
LinkerFileVersion List
LinkerPath List
LinkerProductVersion List
LinkerResources List>
LinkerVersion List
ResGenOriginalFolders List
ResGenOutputPaths List
ResGenResxPaths List

Private Properties

Property Type Description
LogError void
RunAssemblyLinker void
RunResGen void

Public Methods

Method Description
InstrumentedLocalizeFieldWorks ( ) : System

Private Methods

Method Description
LogError ( string message ) : void
RunAssemblyLinker ( string outputDllPath, string culture, string fileversion, string productVersion, string version, List resources ) : void
RunResGen ( string outputResourcePath, string resxPath, string originalFolder ) : void

Method Details

InstrumentedLocalizeFieldWorks() public method

public InstrumentedLocalizeFieldWorks ( ) : System
return System

Property Details

ErrorMessages public property

public string ErrorMessages
return string

LinkerAlArgs public property

public List LinkerAlArgs
return List

LinkerCulture public property

public List LinkerCulture
return List

LinkerFileVersion public property

public List LinkerFileVersion
return List

LinkerPath public property

public List LinkerPath
return List

LinkerProductVersion public property

public List LinkerProductVersion
return List

LinkerResources public property

public List> LinkerResources
return List>

LinkerVersion public property

public List LinkerVersion
return List

ResGenOriginalFolders public property

public List ResGenOriginalFolders
return List

ResGenOutputPaths public property

public List ResGenOutputPaths
return List

ResGenResxPaths public property

public List ResGenResxPaths
return List