Skip to content

120d0948 de39 fcf0 2738 37b8265fb823

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

ProviderOptionsAttribute Class

Additional header content

Declares extra metadata to a provider. All providers created by iTin Export Engine are based in Managed Extensibility Framework (MEF).

Inheritance Hierarchy

System.Object
  System.Attribute
    iTin.Export.ComponentModel.Provider.ProviderOptionsAttribute
Namespace: iTin.Export.ComponentModel.Provider
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public sealed class ProviderOptionsAttribute : Attribute, 
	IProviderOptions

VB

Public NotInheritable Class ProviderOptionsAttribute
	Inherits Attribute
	Implements IProviderOptions

The ProviderOptionsAttribute type exposes the following members.

Constructors

 

Name Description
Public method ProviderOptionsAttribute Initializes a new instance of the ProviderOptionsAttribute class
  Back to Top

Properties

 

Name Description
Public property Author Gets or sets a value that identify to creator of provider.
Public property Company Gets or sets a value that represents the name of the company that created the provider.
Public property Description Gets or sets a value that represents the description of the provider.
Public property Name Gets or sets a value that represents the name of the company that created the provider.
Public property TypeId (Inherited from Attribute.)
Public property Version Gets or sets a value that represents the version of the provider.
  Back to Top

Methods

 

Name Description
Public method Equals (Inherited from Attribute.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Attribute.)
Public method GetType (Inherited from Object.)
Public method IsDefaultAttribute (Inherited from Attribute.)
Public method Match (Inherited from Attribute.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
  Back to Top

Remarks

[Missing documentation for "T:iTin.Export.ComponentModel.Provider.ProviderOptionsAttribute"]

See Also

Reference

iTin.Export.ComponentModel.Provider Namespace

Clone this wiki locally