Exemplo n.º 1
0
        private void InitComplicatedFilter()
        {
            AuthorsRecords.Clear();

            RuleOrderLine.AuthorsCallByParams
                (_Dir.SelectedDir.DirectionName, _Subj.SelectedSubj.SubName,
                _AuthorStatus.SelectedAuthorStatus.AuthorStatusName, AuthorsRecords);
        }
Exemplo n.º 2
0
        public AuthorsVMClass(string str)
        {
            AuthorsRecords = new ObservableCollection <AuthorsRecord>();
            AuthorsRecord  = new AuthorsRecord();

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