Show / Hide Table of Contents

Class SoContextContainer

Container of NetServer context, managed by plug-in implementing ISoContextProvider and declared with

Inheritance
Object
SoContextContainer
Implements
ISerializable
Namespace: SuperOffice.Security.Principal
Assembly: SoCore.dll
Syntax
public sealed class SoContextContainer : Object, ISerializable

Constructors

SoContextContainer(SerializationInfo, StreamingContext)

Constructor called by de-serializer.

Declaration
public SoContextContainer(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info

De-serialized informaiton

StreamingContext context

Context for the serialization

Methods

ToString()

If there is a valid inner principal, return his ToString() - generally for debug purposes. An empty string is returned if there is no valid principal (inner principal returned null).

Declaration
public override string ToString()
Returns
Type Description
String

Current principal's ToString, or string.Empty if the inner principal is null

Implements

System.Runtime.Serialization.ISerializable

Extension Methods

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