Show / Hide Table of Contents

Class MemberRegistrationContext<T, TMember>

Establishes a context to apply registrations to a member configuration.

Inheritance
System.Object
MemberRegistrationContext<T, TMember>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ExtendedXmlSerializer.Configuration
Assembly: ExtendedXmlSerializer.dll
Syntax
public sealed class MemberRegistrationContext<T, TMember>
Type Parameters
T

The member's containing type.

TMember

The member's value type.

Constructors

MemberRegistrationContext(IMemberConfiguration<T, TMember>)

Creates a new instance.

Declaration
public MemberRegistrationContext(IMemberConfiguration<T, TMember> member)
Parameters
IMemberConfiguration<T, TMember> member

The member configuration to configure.

Methods

Serializer()

Establishes a new context to configure the serializer registration for this context's member configuration.

Declaration
public MemberSerializationRegistrationContext<T, TMember> Serializer()
Returns
MemberSerializationRegistrationContext<T, TMember>

A context to configure serializer registration.

Extension Methods

ExtensionMethods.Return<T, TOut>(T, TOut)
ExtensionMethods.To<T>(Object)
ExtensionMethods.AsValid<T>(Object, String)
ExtensionMethodsForAttachedProperties.Get<TType, TValue>(TType, Property<TType, TValue>)
ExtensionMethodsForAttachedProperties.Set<TType, TValue>(TType, Property<TType, TValue>, TValue)
ExtensionMethodsForCoreSources.If<TParameter, TResult>(TResult, ISpecification<TParameter>)
ExtensionMethodsForCoreSources.Let<TSpecification, TInstance>(TInstance, ISpecification<TSpecification>, TInstance)
Back to top Generated by DocFX