fecd9f8c aa83 94f7 06af 60e921729e85 - iAJTin/iExportEngine GitHub Wiki
Additional header content
Base class for the different types of lines supported by iTin Export Engine.
Which acts as the base class for different types of lines.
System.Object
iTin.Export.Model.BaseModel(BaseLineModel)
iTin.Export.Model.BaseLineModel
iTin.Export.Model.EmptyLineModel
iTin.Export.Model.TextLineModel
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 BaseLineModel : BaseModel<BaseLineModel>VB
<SerializableAttribute>
Public MustInherit Class BaseLineModel
Inherits BaseModel(Of BaseLineModel)The BaseLineModel type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
BaseLineModel | Initializes a new instance of the BaseLineModel class. |
| Name | Description | |
|---|---|---|
![]() |
IsDefault | Gets a value indicating whether this instance is default. (Overrides BaseModel.IsDefault.) |
![]() |
Key | |
![]() |
LineType | Gets a value indicating line type. |
![]() |
Properties | Gets or sets a reference to user-defined property list for this element. (Inherited from BaseModel(T).) |
![]() |
Repeat | |
![]() |
Show | |
![]() |
Style |
| 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).) |
![]() |
GetStyle | Gets a reference to the StyleModel from global resources. |
![]() |
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).) |
![]() |
SetOwner | Sets the element that owns this data field. |
![]() |
ToString | Returns a string that represents the current object. (Overrides BaseModel(T).ToString().) |
![]() |
TryGetResourceInformation | Gets a reference to the image resource information. |
![]() |
TryGetStyle | Gets a reference to the StyleModel from global resources. |
The following table shows different types of lines.
| Class | Description |
|---|---|
| EmptyLineModel | Represents a data field. |
| TextLineModel | Represents a piece of a field fixed-width data. |


