DefaultAttribute
Namespace: Murder.Attributes
Assembly: Murder.dll
public class DefaultAttribute : Attribute
Text which will be displayed when a field has a default value.
Implements: Attribute
⭐ Constructors
public DefaultAttribute(string text)
Creates a new DefaultAttribute.
Parameters
text
string
⭐ Properties
Text
public string Text;
The content which will be displayed in the button to create a new value of the default field.
Returns
string
TypeId
public virtual Object TypeId { get; }
Returns
Object
⚡