Skip to content

2b287fb0 ece5 d0b6 bb0a 0d94023fad99

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

TemplateWriterSettingsModel Class

Additional header content

Reference to the settings defined for this writer.

Inheritance Hierarchy

System.Object
  iTin.Export.Model.BaseModel(TemplateWriterSettingsModel)
    iTin.Export.Model.TemplateWriterSettingsModel
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 TemplateWriterSettingsModel : BaseModel<TemplateWriterSettingsModel>

VB

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

The TemplateWriterSettingsModel type exposes the following members.

Constructors

 

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

Properties

 

Name Description
Public property FieldPrefix Gets or sets the preferred previous delimiter for field.
Public property FieldSufix Gets or sets the preferred posterior delimiter for field.
Public property IsDefault Gets a value indicating whether this instance is default. (Overrides BaseModel.IsDefault.)
Public property Properties Gets or sets a reference to user-defined property list for this element. (Inherited from BaseModel(T).)
Public property RecordsToShow Gets or sets number of affected records.
Public property TrimFields Gets or sets a value indicating whether to trim the blanks.
Public property TrimMode Gets or sets a value that determines trim mode for strings.
  Back to Top

Methods

 

Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Protected method GetStaticBindingValue Gets the static binding value by reflection. (Inherited from BaseModel(T).)
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: Template. For more information, please see TemplateModel. ITEE Object Element Usage

<Settings/>

Attributes

Attribute Optional Description
FieldPrefix Yes The preferred previous delimiter for field. The default is "@@".
FieldSufix Yes The preferred posterior delimiter for field. The default is an empty string ("").
RecordsToShow Yes Number of affected records. The default is All.
TrimFields Yes Determines whether to apply string trim mode. The default is No
TrimMode Yes Use this attribute to specify trim mode for strings. The default is All.

See Also

Reference

iTin.Export.Model Namespace

Clone this wiki locally