Show / Hide Table of Contents

Class NetServerLocalOptions

Options for configuring SuperOffice Local (SoDataBase)

Inheritance
object
NetServerLocalOptions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Microsoft.Extensions.DependencyInjection
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class NetServerLocalOptions

Constructors

NetServerLocalOptions()

Options for configuring SuperOffice Local (SoDataBase)

Declaration
public NetServerLocalOptions()

Properties

CustomerServiceUrlResolverType

Type of ICustomerServiceUrlResolver used to resolve Customer Service urls. Default type is CustomerServiceUrlResolver

Declaration
public Type CustomerServiceUrlResolverType { get; set; }
Property Value
Type Description
Type

ExcludeSoArc2DocumentPlugin

Options for configuring SuperOffice Local (SoDataBase)

Declaration
public bool ExcludeSoArc2DocumentPlugin { get; set; }
Property Value
Type Description
bool

FlushCacheAndBroadcastPluginType

Options for configuring SuperOffice Local (SoDataBase)

Declaration
public Type FlushCacheAndBroadcastPluginType { get; set; }
Property Value
Type Description
Type

TempFileProviderType

Options for configuring SuperOffice Local (SoDataBase)

Declaration
public Type TempFileProviderType { get; set; }
Property Value
Type Description
Type

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