Search Results for

    Show / Hide Table of Contents

    Class EvergineMemberAttribute

    Attribute that represents a member with specific settings.

    Inheritance
    object
    Attribute
    EvergineAttributeBase
    EvergineMemberAttribute
    Namespace: Evergine.Common.Attributes
    Assembly: Evergine.Common.dll
    Syntax
    [AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
    public class EvergineMemberAttribute : EvergineAttributeBase

    Constructors

    EvergineMemberAttribute()

    Initializes a new instance of the EvergineMemberAttribute class.

    Declaration
    public EvergineMemberAttribute()

    EvergineMemberAttribute(int)

    Initializes a new instance of the EvergineMemberAttribute class.

    Declaration
    public EvergineMemberAttribute(int order)
    Parameters
    Type Name Description
    int order

    The order of the member in the serialized structure.

    Properties

    Order

    Gets the member's order.

    Declaration
    public int? Order { get; }
    Property Value
    Type Description
    int?

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX