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
| Type | Name | Description |
|---|---|---|
string | type | Mime type name |
string | description | Description of the mime type |
string | extensions | Extensions 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
| Type | Name | Description |
|---|---|---|
PluginMimeType | other |
Equals
Method
bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
object | obj |
ToString
Method
string ToString()