Show / Hide Table of Contents

    Interface IWrapper<T>

    Provides a generic way to wrap an object instance of T inside another object.

    Inherited Members
    IData.Data
    Namespace: Cuemon
    Assembly: Cuemon.Core.dll
    Syntax
    public interface IWrapper<out T> : IData
    Type Parameters
    Name Description
    T

    The type of the object instance to wrap inside another object.

    Properties

    | Improve this Doc

    HasMemberReference

    Gets a value indicating whether this instance has a member reference.

    Declaration
    bool HasMemberReference { get; }
    Property Value
    Type Description
    System.Boolean

    true if this instance has a member reference; otherwise, false.

    | Improve this Doc

    Instance

    Gets the instance of the IWrapper<T> object.

    Declaration
    T Instance { get; }
    Property Value
    Type Description
    T

    The instance of the IWrapper<T> object.

    | Improve this Doc

    InstanceType

    Gets the type of the Instance.

    Declaration
    Type InstanceType { get; }
    Property Value
    Type Description
    System.Type

    The type of the Instance.

    | Improve this Doc

    MemberReference

    Gets the member from where Instance was referenced.

    Declaration
    MemberInfo MemberReference { get; set; }
    Property Value
    Type Description
    System.Reflection.MemberInfo

    The member from where Instance was referenced.

    Methods

    | Improve this Doc

    InstanceAs<TResult>()

    Returns a value that is equivalent to the instance of the node that this hierarchical structure represents.

    Declaration
    TResult InstanceAs<TResult>()
    Returns
    Type Description
    TResult

    A value that is equivalent to the instance of the node that this hierarchical structure represents.

    Type Parameters
    Name Description
    TResult

    The type of the return value.

    | Improve this Doc

    InstanceAs<TResult>(IFormatProvider)

    Returns a value that is equivalent to the instance of the node that this hierarchical structure represents.

    Declaration
    TResult InstanceAs<TResult>(IFormatProvider provider)
    Parameters
    Type Name Description
    System.IFormatProvider provider

    An object that supplies culture-specific formatting information.

    Returns
    Type Description
    TResult

    A value that is equivalent to the instance of the node that this hierarchical structure represents.

    Type Parameters
    Name Description
    TResult

    The type of the return value.

    Extension Methods

    ConverterExtensions.ParseWith<TSource, TResult>(TSource, Func<TSource, TResult>)
    ConverterExtensions.ParseWith<TSource, T, TResult>(TSource, Func<TSource, T, TResult>, T)
    ConverterExtensions.ParseWith<TSource, T1, T2, TResult>(TSource, Func<TSource, T1, T2, TResult>, T1, T2)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, TResult>(TSource, Func<TSource, T1, T2, T3, TResult>, T1, T2, T3)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, TResult>(TSource, Func<TSource, T1, T2, T3, T4, TResult>, T1, T2, T3, T4)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, TResult>, T1, T2, T3, T4, T5)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, TResult>, T1, T2, T3, T4, T5, T6)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, T7, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, T7, TResult>, T1, T2, T3, T4, T5, T6, T7)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, T7, T8, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, T7, T8, TResult>, T1, T2, T3, T4, T5, T6, T7, T8)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>, T1, T2, T3, T4, T5, T6, T7, T8, T9)
    ConverterExtensions.As<TResult>(Object)
    ConverterExtensions.As<TResult>(Object, TResult)
    ConverterExtensions.As<TResult>(Object, TResult, IFormatProvider)
    DelegateUtilityExtensions.Wrap<TResult>(TResult)
    DelegateUtilityExtensions.DynamicWrap<TResult>(TResult)
    TweakerExtensions.Adjust<T>(T, Func<T, T>)
    TypeUtilityExtensions.Is<T>(Object)
    TypeUtilityExtensions.IsNot<T>(Object)
    TypeUtilityExtensions.IsNullable<T>(T)
    WrapperExtensions.UseWrapper<T>(T, Action<IDictionary<String, Object>>)
    WrapperExtensions.UseWrapper<T>(T, MemberInfo, Action<IDictionary<String, Object>>)
    EnumerableUtilityExtensions.Yield<TSource>(TSource)
    HashUtilityExtensions.ComputeHash(Object, Action<HashOptions>)
    HmacUtilityExtensions.ComputeKeyedHash(Object, Byte[], Action<KeyedHashOptions>)
    • Improve this Doc
    • View Source
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX