PluginMimeType

Assembly: ZennoLab.CommandCenter
Full name: ZennoLab.CommandCenter.PluginMimeType
Kind: class


Represents a mime type for plugin item in ZennoPoster browser in navigator.plugins collection

Constructor

PluginMimeType()

Constructor

Default constructor

PluginMimeType(string type, string description, string extensions)

Constructor

Plugin myme type constructor

Parameters

TypeNameDescription
stringtypeMime type name
stringdescriptionDescription of the mime type
stringextensionsExtensions for the mime type

Properties

Type

Property

string Type { get; set; }

Mime type

Description

Property

string Description { get; set; }

Myme description

Extensions

Property

string Extensions { get; set; }

Extensions fo mime type

Methods

Equals

Method

bool Equals(PluginMimeType other)

Parameters

TypeNameDescription
PluginMimeTypeother

Equals

Method

bool Equals(object obj)

Parameters

TypeNameDescription
objectobj

ToString

Method

string ToString()