C# Class ALFA.Shared.TwoDAColumnAttribute

Inheritance: System.Attribute
Show file Open project: ALandFarAway/ALFA-Base-Resources Class Usage Examples

Public Methods

Method Description
TwoDAColumnAttribute ( ) : System

Mark a field as 2DA serializable with the column name deriving from the field name. If an override column name is explicitly specified then it takes precedence over the field name.

Method Details

TwoDAColumnAttribute() public method

Mark a field as 2DA serializable with the column name deriving from the field name. If an override column name is explicitly specified then it takes precedence over the field name.
public TwoDAColumnAttribute ( ) : System
return System