C# 클래스 Sage.Integration.Northwind.Application.Base.DocumentCollection

DocumentCollection class
상속: IEnumerable
파일 보기 프로젝트 열기: Sage/SData-Contracts 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
documents List

보호된 프로퍼티들

프로퍼티 타입 설명
name string

공개 메소드들

메소드 설명
Add ( Document document ) : void
GetDocumentTemplate ( ) : Document
GetEnumerator ( ) : IEnumerator

GetEnumerator

GetSchemaElement ( ) : XmlSchemaElement
GetTransactionResult ( List &result ) : void
GetXmlNode ( XmlDocument document ) : XmlNode
Merge ( DocumentCollection sourceCollection ) : void
ReadElement ( XmlNode parentNode ) : void

보호된 메소드들

메소드 설명
DocumentCollection ( string name ) : System

constructor of an document Collection

메소드 상세

Add() 공개 메소드

public Add ( Document document ) : void
document Document
리턴 void

DocumentCollection() 보호된 메소드

constructor of an document Collection
protected DocumentCollection ( string name ) : System
name string the name of the document collection
리턴 System

GetDocumentTemplate() 공개 추상적인 메소드

public abstract GetDocumentTemplate ( ) : Document
리턴 Document

GetEnumerator() 공개 메소드

GetEnumerator
public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

GetSchemaElement() 공개 메소드

public GetSchemaElement ( ) : XmlSchemaElement
리턴 System.Xml.Schema.XmlSchemaElement

GetTransactionResult() 공개 메소드

public GetTransactionResult ( List &result ) : void
result List
리턴 void

GetXmlNode() 공개 메소드

public GetXmlNode ( XmlDocument document ) : XmlNode
document System.Xml.XmlDocument
리턴 System.Xml.XmlNode

Merge() 공개 메소드

public Merge ( DocumentCollection sourceCollection ) : void
sourceCollection DocumentCollection
리턴 void

ReadElement() 공개 메소드

public ReadElement ( XmlNode parentNode ) : void
parentNode System.Xml.XmlNode
리턴 void

프로퍼티 상세

documents 공개적으로 프로퍼티

public List documents
리턴 List

name 보호되어 있는 프로퍼티

the name of the document collection
protected string name
리턴 string