C# Class ALFA.Shared.TwoDAColumnAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: ALandFarAway/ALFA-Base-Resources Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat System