Show / Hide Table of Contents

Class AddinManifest

Describes the Colectica DDI addin.

Inheritance
object
AddinManifest
Implements
IAddinManifest
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
[Export(typeof(IAddinManifest))]
public class AddinManifest : IAddinManifest

Constructors

AddinManifest()

Initializes a new instance of the AddinManifest class.

Declaration
public AddinManifest()

Properties

Date

Gets or sets the date the addin was published.

Declaration
public DateTime Date { get; set; }
Property Value
Type Description
DateTime

Name

Gets or sets the name of the addin.

Declaration
public string Name { get; set; }
Property Value
Type Description
string

Publisher

Gets or sets the publisher of the addin.

Declaration
public string Publisher { get; set; }
Property Value
Type Description
string

Version

Gets or sets the version of the addin.

Declaration
public string Version { get; set; }
Property Value
Type Description
string

Implements

IAddinManifest
In this article
Back to top Generated by DocFX