C# 클래스 CsmMagic.Attributes.FieldAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: JohnBloom/CsmMagic

공개 메소드들

메소드 설명
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