ALFA.Shared.TwoDAColumnAttribute.TwoDAColumnAttribute C# (CSharp) Метод

TwoDAColumnAttribute() публичный Метод

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
Результат System
        public TwoDAColumnAttribute()
        {
            ColumnName = null;
            SerializeAs = null;
            TalkString = false;
            Default = null;
            Index = false;
        }
TwoDAColumnAttribute