C# Class CsmMagic.Attributes.FieldAttribute

Inheritance: System.Attribute
Mostra file Open project: JohnBloom/CsmMagic

Public Methods

Method Description
FieldAttribute ( [ name = null, bool isWriteable = true ) : System

Describes a property that maps to a field in a Cherwell blueprint

Method Details

FieldAttribute() public method

Describes a property that maps to a field in a Cherwell blueprint
public FieldAttribute ( [ name = null, bool isWriteable = true ) : System
name [ The internal name of the data field
isWriteable bool Some blueprint fields - calculated expressions, particularly - cannot be written to. You can mark properties as unwritable with this param.
return System