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