Class HardCodedDefaultValueOnImportAttribute
Indicates this property has a hard coded default value that should be initialized whenever a new instance of this item is created, BUT ONLY when importing.
Inheritance
HardCodedDefaultValueOnImportAttribute
Inherited Members
Namespace: LemonEdge.API.Attributes
Assembly: LemonEdge.API.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public class HardCodedDefaultValueOnImportAttribute : HardCodedDefaultValueOnNewAttribute
Constructors
HardCodedDefaultValueOnImportAttribute(string)
Creates a new HardCodedDefaultValueOnImportAttribute with the specified hardcoded value
Declaration
public HardCodedDefaultValueOnImportAttribute(string value)
Parameters
Type | Name | Description |
---|---|---|
string | value | The default hardcoded value to use when importing |