Class InstanceSelector
Inheritance
object
InstanceSelector
Namespace: Axis.Editor
Assembly: cs.temp.dll.dll
Syntax
public class InstanceSelector : PropertyAttribute
Constructors
InstanceSelector(bool, string)
Declaration
public InstanceSelector(bool allowNone = true, string noneLabel = "None")
Parameters
Type | Name | Description |
---|---|---|
bool | allowNone | |
string | noneLabel |
Fields
AllowNone
Declaration
public bool AllowNone
Field Value
Type | Description |
---|---|
bool |
NoneLabel
Declaration
public string NoneLabel
Field Value
Type | Description |
---|---|
string |