C# Class SerializeAttribute, OpenRA

Inheritance: Attribute
Show file 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 static property

public static SerializeAttribute, Default
return SerializeAttribute,

DictionaryFromYamlKey public property

public bool DictionaryFromYamlKey
return bool

FromYamlKey public property

public bool FromYamlKey
return bool

Loader public property

public string Loader
return string

Required public property

public bool Required
return bool

Serialize public property

public bool Serialize
return bool

YamlName public property

public string YamlName
return string