C# Class CsmMagic.Attributes.FieldAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: JohnBloom/CsmMagic

Méthodes publiques

Méthode Description
FieldAttribute ( [ name = null, bool isWriteable = true ) : System

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

Method Details

FieldAttribute() public méthode

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.
Résultat System