C# Class SerializeAttribute, OpenRA

Inheritance: Attribute
ファイルを表示 Open project: OpenRA/OpenRA Class Usage Examples

Public Properties

Property Type Description
Default SerializeAttribute,
DictionaryFromYamlKey bool
FromYamlKey bool
Loader string
Required bool
Serialize bool
YamlName string

Public Methods

Method Description
SerializeAttribute ( bool serialize = true, bool required = false )

Private Methods

Method Description
GetLoader ( Type, type ) : object>.Func

Method Details

SerializeAttribute() public method

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

Property Details

Default public_oe static_oe property

public static SerializeAttribute, Default
return SerializeAttribute,

DictionaryFromYamlKey public_oe property

public bool DictionaryFromYamlKey
return bool

FromYamlKey public_oe property

public bool FromYamlKey
return bool

Loader public_oe property

public string Loader
return string

Required public_oe property

public bool Required
return bool

Serialize public_oe property

public bool Serialize
return bool

YamlName public_oe property

public string YamlName
return string