Skip to content

153c6c4f d6fc 429b f73e 0f2d08841cf1

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

ProviderOptionsMetadata Structure

Additional header content

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

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 struct ProviderOptionsMetadata : IProviderOptions, 
	IEquatable<ProviderOptionsMetadata>

VB

Public Structure ProviderOptionsMetadata
	Implements IProviderOptions, IEquatable(Of ProviderOptionsMetadata)

The ProviderOptionsMetadata type exposes the following members.

Constructors

 

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

Properties

 

Name Description
Public property Author Gets a value than identify to creator of this provider
Public property Company Gets a value than represents the name of the company that created of this provider.
Public property Description Gets a value than represents the description of this provider.
Public property Name Gets a value than represents the name of the company that created the provider.
Public property Version Gets a value than represents the version of this provider.
  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(ProviderOptionsMetadata) 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.Provider.ProviderOptionsMetadata"]

See Also

Reference

iTin.Export.ComponentModel.Provider Namespace

Clone this wiki locally