Class EditorText
Inheritance
System.Object
EditorText
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class EditorText : EditorBase
Constructors
EditorText()
Initializes a new instance of the System.Object class.
Declaration
EditorText(String, String)
Initializes a new instance of the EditorText class.
Declaration
public EditorText(string name, string parentId)
Parameters
Type |
Name |
Description |
System.String |
name |
The name.
|
System.String |
parentId |
The parent identifier.
|
Properties
IsPassword
Declaration
public bool IsPassword { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LineCount
Declaration
public int? LineCount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
MaxLength
Declaration
public int? MaxLength { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
MultiLine
Declaration
public bool MultiLine { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Extension Methods