Search Results for

    Show / Hide Table of Contents

    Class CommentsPropertyDescriptor

    Source: https://dotnetfiddle.net/8M6iIE.

    Inheritance
    System.Object
    CommentsPropertyDescriptor
    Implements
    YamlDotNet.Serialization.IPropertyDescriptor
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Exiled.Loader.Features.Configs
    Assembly: Exiled.Loader.dll
    Syntax
    public sealed class CommentsPropertyDescriptor : IPropertyDescriptor

    Constructors

    | Improve this Doc View Source

    CommentsPropertyDescriptor(IPropertyDescriptor)

    Initializes a new instance of the CommentsPropertyDescriptor class.

    Declaration
    public CommentsPropertyDescriptor(IPropertyDescriptor baseDescriptor)
    Parameters
    Type Name Description
    YamlDotNet.Serialization.IPropertyDescriptor baseDescriptor

    The base descriptor instance.

    Properties

    | Improve this Doc View Source

    CanWrite

    Declaration
    public bool CanWrite { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Order

    Declaration
    public int Order { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    ScalarStyle

    Declaration
    public ScalarStyle ScalarStyle { get; set; }
    Property Value
    Type Description
    YamlDotNet.Core.ScalarStyle
    | Improve this Doc View Source

    Type

    Declaration
    public Type Type { get; }
    Property Value
    Type Description
    System.Type
    | Improve this Doc View Source

    TypeOverride

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

    Methods

    | Improve this Doc View Source

    GetCustomAttribute<T>()

    Declaration
    public T GetCustomAttribute<T>()
    
        where T : Attribute
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    | Improve this Doc View Source

    Read(Object)

    Declaration
    public IObjectDescriptor Read(object target)
    Parameters
    Type Name Description
    System.Object target
    Returns
    Type Description
    YamlDotNet.Serialization.IObjectDescriptor
    | Improve this Doc View Source

    Write(Object, Object)

    Declaration
    public void Write(object target, object value)
    Parameters
    Type Name Description
    System.Object target
    System.Object value

    Implements

    YamlDotNet.Serialization.IPropertyDescriptor

    Extension Methods

    ReflectionExtensions.CopyProperties(Object, Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX