Class EditorBoolean
Inherited Members
Namespace: Emby.Web.GenericEdit.Editors
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class EditorBoolean : EditorBaseConstructors
EditorBoolean()
Initializes a new instance of the System.Object class.
Declaration
public EditorBoolean()EditorBoolean(String, String)
Initializes a new instance of the EditorBoolean class.
Declaration
public EditorBoolean(string name, string parentId)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | name | The name. | 
| System.String | parentId | The parent identifier. | 
Properties
AllowEmpty
Gets or sets a value indicating whether [allow empty].
Declaration
public override bool AllowEmpty { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
 |