Skip to main content

AutoDefaultAttribute

Specify to fallback default values when not provided

Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
public class AutoDefaultAttribute : ScriptValueAttribute, _Attribute, IScriptValue

Inherited Properties

Eval

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

Expression

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

NoCache

View Source
Declaration
public bool NoCache { get; set; }

Value

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

Implements