VAGSuite.TransactionCollection.TransactionCollection C# (CSharp) 메소드

TransactionCollection() 공개 메소드

public TransactionCollection ( ) : System
리턴 System
        public TransactionCollection()
        {
            //In your collection class constructor add this line.
            //set the SortObjectType for sorting.
            base.SortObjectType = typeof(TransactionEntry);
        }