Search Results for

    Show / Hide Table of Contents

    Class DecomposerAttribute

    Specifies a decomposer for a given type or property.

    Inheritance
    System.Object
    System.Attribute
    SerializationAttribute
    DecomposerAttribute
    Namespace: DisCatSharp.Common.Serialization
    Assembly: DisCatSharp.Common.dll
    Syntax
    [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Property | AttributeTargets.Field)]
    public sealed class DecomposerAttribute : SerializationAttribute

    Constructors

    | Improve this Doc View Source

    DecomposerAttribute(Type)

    Specifies a decomposer for given type or property.

    Declaration
    public DecomposerAttribute(Type type)
    Parameters
    Type Name Description
    System.Type type

    Type of decomposer to use.

    Properties

    | Improve this Doc View Source

    DecomposerType

    Gets the type of the decomposer.

    Declaration
    public Type DecomposerType { get; }
    Property Value
    Type Description
    System.Type

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems