Show / Hide Table of Contents

Interface IAddinManifest

Defines properties that describe a Colectica Addin.

Namespace: Algenta.Colectica.Model
Assembly: Algenta.Colectica.Model.dll
Syntax
public interface IAddinManifest

Properties

Date

Gets or sets the date the addin was published.

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

Name

Gets or sets the name of the addin.

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

Publisher

Gets or sets the publisher of the addin.

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

Version

Gets or sets the version of the addin.

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

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX