aec559c6 5038 bfe4 63cf 3b9751d28888 - iAJTin/iExportEngine GitHub Wiki
Additional header content
Declares extra metadata to a writer. All writers created by iTin Export Engine are based in Managed Extensibility Framework (MEF).
System.Object
System.Attribute
iTin.Export.ComponentModel.Writer.WriterOptionsAttribute
Namespace: iTin.Export.ComponentModel.Writer
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public sealed class WriterOptionsAttribute : Attribute,
IWriterOptionsVB
Public NotInheritable Class WriterOptionsAttribute
Inherits Attribute
Implements IWriterOptionsThe WriterOptionsAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
WriterOptionsAttribute | Initializes a new instance of the WriterOptionsAttribute class |
| Name | Description | |
|---|---|---|
![]() |
Author | Gets or sets a value that identify to creator of writer. |
![]() |
Company | Gets or sets a value that represents the name of the company that created the writer. |
![]() |
Description | Gets or sets a value that represents the description of the writer. |
![]() |
Extension | Gets or sets a value that represents extension output file created by writer. |
![]() |
Name | Gets or sets a value that represents the name of the company that created the writer. |
![]() |
TypeId | (Inherited from Attribute.) |
![]() |
Version | Gets or sets a value that represents the version of the writer. |
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Attribute.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Attribute.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
IsDefaultAttribute | (Inherited from Attribute.) |
![]() |
Match | (Inherited from Attribute.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
[Missing documentation for "T:iTin.Export.ComponentModel.Writer.WriterOptionsAttribute"]


