Show / Hide Table of Contents

Class SoDocumentPlugin

Class used to assist mapping between a document plugin's ID and name, and also help centralize rules wrt what is the "default" document-plugin in various hosting-environments.

Inheritance
object
SoDocumentPlugin
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.Util
Assembly: SoCore.dll
Syntax
public class SoDocumentPlugin

Constructors

SoDocumentPlugin()

Class used to assist mapping between a document plugin's ID and name, and also help centralize rules wrt what is the "default" document-plugin in various hosting-environments.

Declaration
public SoDocumentPlugin()

Fields

Google

Class used to assist mapping between a document plugin's ID and name, and also help centralize rules wrt what is the "default" document-plugin in various hosting-environments.

Declaration
public static readonly SoDocumentPlugin Google
Field Value
Type Description
SoDocumentPlugin

Online

Class used to assist mapping between a document plugin's ID and name, and also help centralize rules wrt what is the "default" document-plugin in various hosting-environments.

Declaration
public static readonly SoDocumentPlugin Online
Field Value
Type Description
SoDocumentPlugin

Sharepoint

Class used to assist mapping between a document plugin's ID and name, and also help centralize rules wrt what is the "default" document-plugin in various hosting-environments.

Declaration
public static readonly SoDocumentPlugin Sharepoint
Field Value
Type Description
SoDocumentPlugin

SoArc

Class used to assist mapping between a document plugin's ID and name, and also help centralize rules wrt what is the "default" document-plugin in various hosting-environments.

Declaration
public static readonly SoDocumentPlugin SoArc
Field Value
Type Description
SoDocumentPlugin

Properties

Id

Class used to assist mapping between a document plugin's ID and name, and also help centralize rules wrt what is the "default" document-plugin in various hosting-environments.

Declaration
public int Id { get; }
Property Value
Type Description
int

Name

Class used to assist mapping between a document plugin's ID and name, and also help centralize rules wrt what is the "default" document-plugin in various hosting-environments.

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

Methods

GetForId(int)

Class used to assist mapping between a document plugin's ID and name, and also help centralize rules wrt what is the "default" document-plugin in various hosting-environments.

Declaration
public static SoDocumentPlugin GetForId(int pluginId)
Parameters
Type Name Description
int pluginId
Returns
Type Description
SoDocumentPlugin

GetForName(string)

Class used to assist mapping between a document plugin's ID and name, and also help centralize rules wrt what is the "default" document-plugin in various hosting-environments.

Declaration
public static SoDocumentPlugin GetForName(string pluginName)
Parameters
Type Name Description
string pluginName
Returns
Type Description
SoDocumentPlugin

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top