Skip to content

3f556533 f2b1 e5e6 2133 0399207aad93

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

InputOptionsMetadata Structure

Additional header content

Defines a value that contains the metadata information of a BaseInput.

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

Syntax

C#

public struct InputOptionsMetadata : IEquatable<InputOptionsMetadata>

VB

Public Structure InputOptionsMetadata
	Implements IEquatable(Of InputOptionsMetadata)

The InputOptionsMetadata type exposes the following members.

Constructors

 

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

Properties

 

Name Description
Public property AdapterType Gets a value that contains which adapter will be used to export this input.
  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(InputOptionsMetadata) 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.Input.InputOptionsMetadata"]

See Also

Reference

iTin.Export.ComponentModel.Input Namespace

Clone this wiki locally