Enterra.V8x1C.DOM.AccountingRegisterManager.Select C# (CSharp) Method

Select() public method

Выбрать (Select)
public Select ( ) : AccountingRegisterSelection
return AccountingRegisterSelection
        public AccountingRegisterSelection Select()
        {
            object ptr = InvokeMethod("Select");
            if (ptr == null)
            {
                return null;
            }
            return new AccountingRegisterSelection(Session, ptr);
        }
    }
AccountingRegisterManager