Class EditorNumeric
Inherited Members
Namespace: Emby.Web.GenericEdit.Editors
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class EditorNumeric : EditorBaseConstructors
EditorNumeric()
Initializes a new instance of the System.Object class.
Declaration
public EditorNumeric()EditorNumeric(String, String)
Initializes a new instance of the EditorNumeric class.
Declaration
public EditorNumeric(string name, string parentId)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | name | The name. | 
| System.String | parentId | The parent identifier. | 
Properties
DecimalPlaces
Declaration
public int DecimalPlaces { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
MaxValue
Declaration
public long? MaxValue { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int64> | 
MinValue
Declaration
public long? MinValue { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int64> |