ALFA.Shared.TwoDAColumnAttribute.TwoDAColumnAttribute C# (CSharp) Method

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
        public TwoDAColumnAttribute()
        {
            ColumnName = null;
            SerializeAs = null;
            TalkString = false;
            Default = null;
            Index = false;
        }
TwoDAColumnAttribute