Skip to content

e1dfde3f 9004 9952 67e4 86a67fb18e84

Fernando Garcia edited this page May 8, 2018 · 1 revision

GlobalResourcesModel Class

Additional header content

Includes the description and data table definition to export.

Inheritance Hierarchy

System.Object
  iTin.Export.Model.BaseModel(GlobalResourcesModel)
    iTin.Export.Model.GlobalResourcesModel
Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

[SerializableAttribute]
public class GlobalResourcesModel : BaseModel<GlobalResourcesModel>

VB

<SerializableAttribute>
Public Class GlobalResourcesModel
	Inherits BaseModel(Of GlobalResourcesModel)

The GlobalResourcesModel type exposes the following members.

Constructors

 

Name Description
Public method GlobalResourcesModel Initializes a new instance of the GlobalResourcesModel class
  Back to Top

Properties

 

Name Description
Public property Conditions Gets or sets the collection of user-defined conditions.
Public property Fixed Gets or sets collection of user-defined pieces.
Public property Groups Gets or sets collection of user-defined groups.
Public property Hosts Gets or sets collection of user-defined groups.
Public property Images Gets or sets the collection of user-defined styles.
Public property IsDefault Gets a value indicating whether this instance is default. (Overrides BaseModel.IsDefault.)
Public property Lines
Public property Properties Gets or sets a reference to user-defined property list for this element. (Inherited from BaseModel(T).)
Public property Styles Gets or sets the collection of user-defined styles.
  Back to Top

Methods

 

Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetImageResourceByKey Gets specified image resource by key.
Public method GetResourceByKey Gets specified resource by key.
Protected method GetStaticBindingValue Gets the static binding value by reflection. (Inherited from BaseModel(T).)
Public method GetStyleResourceByName Gets specified style resource by name.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method SaveToFile(String) Saves to file. (Inherited from BaseModel(T).)
Public method SaveToFile(String, Exception) Serializes current BaseModel object into file (Inherited from BaseModel(T).)
Public method Serialize Serializes current BaseModel object into an Xml document. (Inherited from BaseModel(T).)
Public method ToString Returns a string that represents the current object. (Inherited from BaseModel(T).)
  Back to Top

Remarks

Belongs to: Exports. For more information, please see ExportsModel.
ITEE Object Element Usage

<Global.Resources>
  <Fixed/>
  <Groups/>
  <Hosts/>
  <Images/>
  <Lines/>
  <Styles/>
  <Conditions/>
</Global.Resources>

Elements  

Element Description
Images Description of the export.
Fixed Collection of user-defined pieces. Each element is a collection of smaller pieces result of splitting the reference field.
Groups Collection of user-defined groups. Each element is result from the union of several data field.
Lines Collection of user-defined lines. Each element is result from the union of lines.
Styles Collection of user-defined styles. Each element defines type of content, such as the background color, the alignment type, the data type and the font type.
Conditions Collection of user-defined conditions. Each element defines a condition.
  Compatibility table with native writers.
Comma-Separated Values
CsvWriter
Tab-Separated Values
TsvWriter
SQL Script
SqlScriptWriter
XML Spreadsheet 2003
Spreadsheet2003TabularWriter
X X X X
A X value indicates that the writer supports this element.

See Also

Reference

iTin.Export.Model Namespace

Clone this wiki locally