Show / Hide Table of Contents

Class ReferenceProperty<TType, TValue>

Represents a referenced-based attached property.

Inheritance
System.Object
Property<TType, TValue>
ReferenceProperty<TType, TValue>
Inherited Members
Property<TType, TValue>.Metadata
Property<TType, TValue>.ISpecification<Object>.IsSatisfiedBy(Object)
Property<TType, TValue>.IParameterizedSource<Object, Object>.Get(Object)
Property<TType, TValue>.IAssignable<Object, Object>.Assign(Object, Object)
Property<TType, TValue>.IsSatisfiedBy(TType)
Property<TType, TValue>.Get(TType)
Property<TType, TValue>.Assign(TType, TValue)
Property<TType, TValue>.Get()
Property<TType, TValue>.IsSatisfiedBy(TypeInfo)
Property<TType, TValue>.ITableSource<Object, Object>.Remove(Object)
Property<TType, TValue>.Remove(TType)
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.ExtensionModel.AttachedProperties
Assembly: ExtendedXmlSerializer.dll
Syntax
public class ReferenceProperty<TType, TValue> : Property<TType, TValue>, IProperty, ISource<TypeInfo>, ISpecification<TypeInfo>, ITableSource<object, object>, ISpecification<object>, IParameterizedSource<object, object>, IAssignable<object, object> where TType : class where TValue : class
Type Parameters
TType

The hosting type.

TValue

The property's value.

Constructors

ReferenceProperty(Expression<Func<IProperty>>)

Declaration
public ReferenceProperty(Expression<Func<IProperty>> source)
Parameters
System.Linq.Expressions.Expression<System.Func<IProperty>> source

ReferenceProperty(Expression<Func<IProperty>>, ConditionalWeakTable<TType, TValue>.CreateValueCallback)

Declaration
public ReferenceProperty(Expression<Func<IProperty>> source, ConditionalWeakTable<TType, TValue>.CreateValueCallback defaultValue)
Parameters
System.Linq.Expressions.Expression<System.Func<IProperty>> source

System.Runtime.CompilerServices.ConditionalWeakTable.CreateValueCallback<> defaultValue

Extension Methods

ExtensionMethods.Return<T, TOut>(T, TOut)
ExtensionMethods.Apply<TKey, TValue>(IAssignable<TKey, TValue>, TKey, TValue)
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)
ExtensionMethodsForConfiguration.GetType(ISource<TypeInfo>)
ExtensionMethodsForConfiguration.GetMember(ISource<MemberInfo>)
ExtensionMethodsForCoreSources.Get<T>(IParameterizedSource<Stream, T>, String)
ExtensionMethodsForCoreSources.Get<T>(IParameterizedSource<TypeInfo, T>, Type)
ExtensionMethodsForCoreSources.Get<T>(IParameterizedSource<Type, T>, TypeInfo)
ExtensionMethodsForCoreSources.To<TParameter, TResult, TTo>(IParameterizedSource<TParameter, TResult>, IParameterizedSource<TResult, TTo>)
ExtensionMethodsForCoreSources.In<TFrom, TTo, TResult>(IParameterizedSource<TTo, TResult>, IParameterizedSource<TFrom, TTo>)
ExtensionMethodsForCoreSources.If<TParameter, TResult>(IParameterizedSource<TParameter, TResult>, ISpecification<TParameter>)
ExtensionMethodsForCoreSources.If<TParameter, TResult>(TResult, ISpecification<TParameter>)
ExtensionMethodsForCoreSources.Let<TParameter, TResult>(IParameterizedSource<TParameter, TResult>, ISpecification<TParameter>, IParameterizedSource<TParameter, TResult>)
ExtensionMethodsForCoreSources.Let<TParameter, TResult>(IParameterizedSource<TParameter, TResult>, ISpecification<TParameter>, ISpecification<TResult>, IParameterizedSource<TParameter, TResult>)
ExtensionMethodsForCoreSources.Let<TParameter, TResult>(IParameterizedSource<TParameter, TResult>, ISpecification<TParameter>, TResult)
ExtensionMethodsForCoreSources.Let<TSpecification, TInstance>(TInstance, ISpecification<TSpecification>, TInstance)
ExtensionMethodsForCoreSources.Or<TParameter, TResult>(IParameterizedSource<TParameter, TResult>, IParameterizedSource<TParameter, TResult>)
ExtensionMethodsForCoreSources.Build<TParameter, TResult>(IParameterizedSource<TParameter, TResult>, TParameter)
ExtensionMethodsForCoreSources.FixedSelection<TParameter, TResult>(IParameterizedSource<TParameter, TResult>, TParameter)
ExtensionMethodsForCoreSources.Singleton<T>(ISource<T>)
ExtensionMethodsForCoreSources.ToSelectionDelegate<TParameter, TResult>(IParameterizedSource<TParameter, TResult>)
ExtensionMethodsForCoreSources.ToSourceDelegate<T>(ISource<T>)
ExtensionMethodsForCoreSources.ToDelegate<T>(ISource<T>)
ExtensionMethodsForCoreSources.ToDelegate<TParameter, TResult>(IParameterizedSource<TParameter, TResult>)
ExtensionMethodsForCoreSources.Fix<TParameter, TResult>(IParameterizedSource<TParameter, TResult>, TParameter)
ExtensionMethodsForCoreSpecifications.IfAssigned<TParameter, TResult>(IParameterizedSource<TParameter, TResult>)
ExtensionMethodsForCoreSpecifications.Build<T>(ISpecification<TypeInfo>)
Back to top Generated by DocFX