InputAttributeBase
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public class InputAttributeBase : MetadataAttributeBase, _Attribute, IReflectAttributeFilter
Properties
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; }
Title
View Source
Declaration
public string Title { 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; }
Required
View Source
Declaration
public bool Required { get; set; }
Disabled
View Source
Declaration
public bool Disabled { get; set; }
Autocomplete
View Source
Declaration
public string Autocomplete { get; set; }
Autofocus
View Source
Declaration
public string Autofocus { 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; }
Accept
View Source
Declaration
public string Accept { get; set; }
Capture
View Source
Declaration
public string Capture { get; set; }
Multiple
View Source
Declaration
public bool Multiple { get; set; }
AllowableValues
View Source
Declaration
public string[] AllowableValues { get; set; }
Options
View Source
Declaration
public string Options { get; set; }
Ignore
View Source
Declaration
public bool Ignore { get; set; }
EvalAllowableValues
View Source
Declaration
public string EvalAllowableValues { get; set; }
EvalAllowableEntries
View Source
Declaration
public string EvalAllowableEntries { get; set; }
Inherited Methods
ShouldInclude(PropertyInfo, String)
Don't include default bool or nullable int default values
View Source
Declaration
public virtual bool ShouldInclude(PropertyInfo pi, string value)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
System.Reflection.PropertyInfo | pi |
System.String | value |
Implements
System.Runtime.InteropServices._Attribute
- ServiceStack.IReflectAttributeFilter