コード例 #1
0
        private void InitComplicatedFilter()
        {
            AuthorsRecords.Clear();

            RuleOrderLine.AuthorsCallByParams
                (_Dir.SelectedDir.DirectionName, _Subj.SelectedSubj.SubName,
                _AuthorStatus.SelectedAuthorStatus.AuthorStatusName, AuthorsRecords);
        }
コード例 #2
0
        public AuthorsVMClass(string str)
        {
            AuthorsRecords = new ObservableCollection <AuthorsRecord>();
            AuthorsRecord  = new AuthorsRecord();

            RuleOrderLine = new RuleOrderLine("");
            DefaultDataLoad();
            AllAuthorsCall();
            PropertyChanged += ChangeProperty;
        }