C# Класс CsmMagic.Attributes.FieldAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
FieldAttribute ( [ name = null, bool isWriteable = true ) : System

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

Описание методов

FieldAttribute() публичный Метод

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.
Результат System