Skip to content

b24b9473 149a afa2 64da 5ce5062b5695

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

WriterOptionsMetadata Structure

Additional header content

Defines a value that contains the detailed information of a IWriter.

Namespace: iTin.Export.ComponentModel.Writer
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public struct WriterOptionsMetadata : IWriterOptions, 
	IEquatable<WriterOptionsMetadata>

VB

Public Structure WriterOptionsMetadata
	Implements IWriterOptions, IEquatable(Of WriterOptionsMetadata)

The WriterOptionsMetadata type exposes the following members.

Constructors

 

Name Description
Public method WriterOptionsMetadata Initializes a new instance of the WriterOptionsMetadata struct.
  Back to Top

Properties

 

Name Description
Public property Author Gets a value than identify to creator of writer.
Public property Company Gets a value than represents the name of the company that created the writer.
Public property Description Gets a value than represents the description of the writer.
Public property Extension Gets a value than represents extension output file created by writer.
Public property Name Gets a value than represents the name of the company that created the writer.
Public property Version Gets a value than represents the version of the writer.
  Back to Top

Methods

 

Name Description
Public method Equals(Object) Determines whether the specified Object, is equal to this instance. (Overrides ValueType.Equals(Object).)
Public method Equals(WriterOptionsMetadata) Indicates whether the current object is equal to another object of the same type.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Returns a hash code for this instance. (Overrides ValueType.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Returns a String that represents this instance. (Overrides ValueType.ToString().)
  Back to Top

Operators

 

Name Description
Public operatorStatic member Equality Implements the equality operator (==).
Public operatorStatic member Inequality Implements the inequality operator (!=).
  Back to Top

Remarks

[Missing documentation for "T:iTin.Export.ComponentModel.Writer.WriterOptionsMetadata"]

See Also

Reference

iTin.Export.ComponentModel.Writer Namespace

Clone this wiki locally