C# 클래스 SerializeAttribute, OpenRA

상속: Attribute
파일 보기 프로젝트 열기: OpenRA/OpenRA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Default SerializeAttribute,
DictionaryFromYamlKey bool
FromYamlKey bool
Loader string
Required bool
Serialize bool
YamlName string

공개 메소드들

메소드 설명
SerializeAttribute ( bool serialize = true, bool required = false )

비공개 메소드들

메소드 설명
GetLoader ( Type, type ) : object>.Func

메소드 상세

SerializeAttribute() 공개 메소드

public SerializeAttribute ( bool serialize = true, bool required = false )
serialize bool
required bool

프로퍼티 상세

Default 공개적으로 정적으로 프로퍼티

public static SerializeAttribute, Default
리턴 SerializeAttribute,

DictionaryFromYamlKey 공개적으로 프로퍼티

public bool DictionaryFromYamlKey
리턴 bool

FromYamlKey 공개적으로 프로퍼티

public bool FromYamlKey
리턴 bool

Loader 공개적으로 프로퍼티

public string Loader
리턴 string

Required 공개적으로 프로퍼티

public bool Required
리턴 bool

Serialize 공개적으로 프로퍼티

public bool Serialize
리턴 bool

YamlName 공개적으로 프로퍼티

public string YamlName
리턴 string