C# 클래스 Enterra.V8x1C.DOM.DocumentManager

ДокументМенеджер (DocumentManager)
상속: BaseSessionObject
파일 보기 프로젝트 열기: EnterraInc/1C-.Net-Adapter

공개 메소드들

메소드 설명
CreateDocument ( ) : DocumentObject

СоздатьДокумент (CreateDocument)

FindByAttribute ( string attributeName, object value ) : DocumentRef

НайтиПоРеквизиту (FindByAttribute)

FindByNumber ( object number ) : DocumentRef

НайтиПоНомеру (FindByNumber)

FindByNumber ( object number, System.DateTime date ) : DocumentRef

НайтиПоНомеру (FindByNumber)

GetRef ( UUID uuid ) : DocumentRef

ПолучитьСсылку (GetRef)

Select ( ) : DocumentSelection

Выбрать (Select)

Select ( string order ) : DocumentSelection

Выбрать (Select)

비공개 메소드들

메소드 설명
DocumentManager ( DocumentsManager documentsManager, string documentName, object ptr ) : System
GetRefInternal ( UUID uuid ) : object

ПолучитьСсылку (GetRef)

메소드 상세

CreateDocument() 공개 메소드

СоздатьДокумент (CreateDocument)
public CreateDocument ( ) : DocumentObject
리턴 DocumentObject

FindByAttribute() 공개 메소드

НайтиПоРеквизиту (FindByAttribute)
public FindByAttribute ( string attributeName, object value ) : DocumentRef
attributeName string
value object
리턴 DocumentRef

FindByNumber() 공개 메소드

НайтиПоНомеру (FindByNumber)
public FindByNumber ( object number ) : DocumentRef
number object
리턴 DocumentRef

FindByNumber() 공개 메소드

НайтиПоНомеру (FindByNumber)
public FindByNumber ( object number, System.DateTime date ) : DocumentRef
number object
date System.DateTime
리턴 DocumentRef

GetRef() 공개 메소드

ПолучитьСсылку (GetRef)
public GetRef ( UUID uuid ) : DocumentRef
uuid UUID
리턴 DocumentRef

Select() 공개 메소드

Выбрать (Select)
public Select ( ) : DocumentSelection
리턴 DocumentSelection

Select() 공개 메소드

Выбрать (Select)
public Select ( string order ) : DocumentSelection
order string /// Строка с именем реквизита документа, определяющая упорядочивание документов в выборке. Может быть указано поле "Дата" или имя реквизита документа, для которого признак индексирования в конфигураторе установлен в значения "Индексировать" или "Индексировать с доп. упорядочиванием". После указания имени через пробел может быть указано направление сортировки. Направление определяется: "Убыв" ("Desc") - упорядочивать по убыванию, и "Возр" ("Asc") - упорядочивать по возрастанию. По умолчанию выборка упорядочивается по возрастанию. ///
리턴 DocumentSelection