31fb5bb4 a41b 1e0e 94e4 a4e88da10305 - iAJTin/iExportEngine GitHub Wiki
Additional header content
Base class for different types of writers.
System.Object
iTin.Export.Model.BaseModel(WriterModelBase)
iTin.Export.Model.WriterModelBase
iTin.Export.Model.WriterModel
Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[SerializableAttribute]
public abstract class WriterModelBase : BaseModel<WriterModelBase>VB
<SerializableAttribute>
Public MustInherit Class WriterModelBase
Inherits BaseModel(Of WriterModelBase)The WriterModelBase type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
WriterModelBase | Initializes a new instance of the WriterModelBase class |
| Name | Description | |
|---|---|---|
![]() |
Filter | Gets or sets a referenceto set of properties that allow you to specify a writer. |
![]() |
Properties | Gets or sets a reference to user-defined property list for this element. (Inherited from BaseModel(T).) |
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetStaticBindingValue | Gets the static binding value by reflection. (Inherited from BaseModel(T).) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
SaveToFile(String) | Saves to file. (Inherited from BaseModel(T).) |
![]() |
SaveToFile(String, Exception) | Serializes current BaseModel object into file (Inherited from BaseModel(T).) |
![]() |
Serialize | Serializes current BaseModel object into an Xml document. (Inherited from BaseModel(T).) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from BaseModel(T).) |
The following table shows different types of writers.
| Class | Description |
|---|---|
| WriterModel | Represents an exporter based on a custom writer. |


