Show / Hide Table of Contents

Interface IIdentityStore

Used to store identities so that they are unique, and retrieve them during serialization and deserialization.

Namespace: ExtendedXmlSerializer.ContentModel.Identification
Assembly: ExtendedXmlSerializer.dll
Syntax
public interface IIdentityStore

Methods

Get(String, String)

Gets the identity located with the provided input.

Declaration
IIdentity Get(string name, string identifier)
Parameters
System.String name

Name of the identity.

System.String identifier

Namespace of the identity.

Returns
IIdentity

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