c5711065 3fc2 eefc f5c0 b487d111663e - iAJTin/iExportEngine GitHub Wiki
Additional header content
[Missing
System.Object
iTin.Export.Model.BaseModel(BaseLineModel)
iTin.Export.Model.BaseLineModel
iTin.Export.Model.EmptyLineModel
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 class EmptyLineModel : BaseLineModelVB
<SerializableAttribute>
Public Class EmptyLineModel
Inherits BaseLineModelThe EmptyLineModel type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
EmptyLineModel | Initializes a new instance of the EmptyLineModel class. |
| Name | Description | |
|---|---|---|
![]() |
IsDefault | Gets a value indicating whether this instance is default. (Overrides BaseLineModel.IsDefault.) |
![]() |
Key | (Inherited from BaseLineModel.) |
![]() |
LineType | (Overrides BaseLineModel.LineType.) |
![]() |
Merge | |
![]() |
Properties | Gets or sets a reference to user-defined property list for this element. (Inherited from BaseModel(T).) |
![]() |
Repeat | (Inherited from BaseLineModel.) |
![]() |
Show | (Inherited from BaseLineModel.) |
![]() |
Style | (Inherited from BaseLineModel.) |
| 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. (Inherited from BaseLineModel.) |
![]() |
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. (Inherited from BaseLineModel.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from BaseLineModel.) |
![]() |
TryGetResourceInformation | Gets a reference to the image resource information. (Inherited from BaseLineModel.) |
![]() |
TryGetStyle | Gets a reference to the StyleModel from global resources. (Inherited from BaseLineModel.) |
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. |


