Show / Hide Table of Contents

Class SerializationSettingsContext

Inheritance
System.Object
SerializationSettingsContext
Implements
System.ServiceModel.IExtension<System.ServiceModel.OperationContext>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: CompAnalytics.Contracts
Assembly: CompAnalytics.Contracts.dll
Syntax
public class SerializationSettingsContext : IExtension<OperationContext>

Properties

ShouldOmitPrivateValues

Declaration
public static bool ShouldOmitPrivateValues { get; set; }
Property Value
Type Description
System.Boolean

Methods

CleanPrivate(Action<String>)

Declaration
public static bool CleanPrivate(Action<string> setter)
Parameters
Type Name Description
System.Action<System.String> setter
Returns
Type Description
System.Boolean

Explicit Interface Implementations

IExtension<OperationContext>.Attach(OperationContext)

Declaration
void IExtension<OperationContext>.Attach(OperationContext owner)
Parameters
Type Name Description
System.ServiceModel.OperationContext owner

IExtension<OperationContext>.Detach(OperationContext)

Declaration
void IExtension<OperationContext>.Detach(OperationContext owner)
Parameters
Type Name Description
System.ServiceModel.OperationContext owner

Implements

System.ServiceModel.IExtension<T>
Back to top Copyright © 2019 Composable Analytics, Inc.