Skip to main content

TextInputAttribute

Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Property, AllowMultiple = true, Inherited = false)]
public class TextInputAttribute : AttributeBase, _Attribute

Properties

Id

View Source
Declaration
public string Id { get; set; }

Name

View Source
Declaration
public string Name { get; set; }

Type

View Source
Declaration
public string Type { get; set; }

Value

View Source
Declaration
public string Value { get; set; }

Placeholder

View Source
Declaration
public string Placeholder { get; set; }

Help

View Source
Declaration
public string Help { get; set; }

Label

View Source
Declaration
public string Label { get; set; }

Size

View Source
Declaration
public string Size { get; set; }

Pattern

View Source
Declaration
public string Pattern { get; set; }

ReadOnly

View Source
Declaration
public bool? ReadOnly { get; set; }

IsRequired

View Source
Declaration
public bool? IsRequired { get; set; }

Min

View Source
Declaration
public string Min { get; set; }

Max

View Source
Declaration
public string Max { get; set; }

Step

View Source
Declaration
public int? Step { get; set; }

MinLength

View Source
Declaration
public int? MinLength { get; set; }

MaxLength

View Source
Declaration
public int? MaxLength { get; set; }

AllowableValues

View Source
Declaration
public string[] AllowableValues { get; set; }

Implements

  • System.Runtime.InteropServices._Attribute