Show / Hide Table of Contents

    Enum CustomStringApplyWhen

    Indicates when to apply a custom display string instead of using ToString().

    Namespace: AGS.API
    Assembly: AGS.API.dll
    Syntax
    public enum CustomStringApplyWhen

    Fields

    Name Description
    Both

    Custom string will always be displayed instead of ToString().

    CanWrite

    Custom string will be displayed if the property can be written to. ToString() will still be used if the property is read-only.

    ReadOnly

    Custom string will be displayed if the property is read-only. ToString() will still be used if the property can be written to.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX