Inheritance
System.Object
StringProperty
Inherited Members
DiagnosticsProperty<String>.lazy(String, ComputePropertyValueCallback<String>, String, String, String, Boolean, Boolean, Object, String, Boolean, DiagnosticsTreeStyle, DiagnosticLevel)
public class StringProperty : DiagnosticsProperty<string>
Constructors
Declaration
public StringProperty(string name, string value, string description = null, string tooltip = null, bool showName = true, object defaultValue = null, bool quoted = true, string ifEmpty = null, DiagnosticLevel level = DiagnosticLevel.info)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
value |
|
System.String |
description |
|
System.String |
tooltip |
|
System.Boolean |
showName |
|
System.Object |
defaultValue |
|
System.Boolean |
quoted |
|
System.String |
ifEmpty |
|
DiagnosticLevel |
level |
|
Fields
Declaration
public readonly bool quoted
Field Value
Type |
Description |
System.Boolean |
|
Methods
Declaration
public override Dictionary<string, object> toJsonMap()
Returns
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.Object> |
|
Overrides
Unity.UIWidgets.foundation.DiagnosticsProperty<System.String>.toJsonMap()
valueToString(TextTreeConfiguration)
Declaration
protected override string valueToString(TextTreeConfiguration parentConfiguration = null)
Parameters
Returns
Type |
Description |
System.String |
|
Overrides
Unity.UIWidgets.foundation.DiagnosticsProperty<System.String>.valueToString(Unity.UIWidgets.foundation.TextTreeConfiguration)