SF Tool Documentation
Search Results for

    Show / Hide Table of Contents

    Class ConditionalShowAttribute

    Inheritance
    System.Object
    ConditionalShowAttribute
    Namespace: SF
    Assembly: cs.temp.dll.dll
    Syntax
    public class ConditionalShowAttribute : PropertyAttribute

    Constructors

    ConditionalShowAttribute(Boolean)

    Declaration
    public ConditionalShowAttribute(bool showInInspector)
    Parameters
    Type Name Description
    System.Boolean showInInspector

    ConditionalShowAttribute(String, Boolean)

    Declaration
    public ConditionalShowAttribute(string propertyName, bool valueToMatch)
    Parameters
    Type Name Description
    System.String propertyName
    System.Boolean valueToMatch

    Fields

    PropertyName

    Declaration
    public string PropertyName
    Field Value
    Type Description
    System.String

    ShowInInspector

    Declaration
    public bool ShowInInspector
    Field Value
    Type Description
    System.Boolean
    In This Article
    Back to top Generated by DocFX