C# 클래스 Microsoft.WindowsAzure.Samples.Data.Services.Client.MaterializeAtom

상속: IDisposable, IEnumerable, IEnumerator
파일 보기 프로젝트 열기: WindowsAzure-Toolkits/wa-toolkit-wp-nugets

Private Properties

프로퍼티 타입 설명
CheckGetEnumerator void
CountValue long
CreateWrapper MaterializeAtom
CreateWrapper MaterializeAtom
GetContinuation DataServiceQueryContinuation
GetEntryClientType ClientType
GetTypeForMaterializer System.Type
MaterializeAtom System
MaterializeAtom System
MaterializeAtom System
MaterializedObjectCallback void
MoveNextInternal bool
ReadCountValue void
ReadElementString string
SetInsertingObject void
SkipToEnd void
System void

공개 메소드들

메소드 설명
Dispose ( ) : void
GetEnumerator ( ) : IEnumerator
MoveNext ( ) : bool

비공개 메소드들

메소드 설명
CheckGetEnumerator ( ) : void
CountValue ( ) : long
CreateWrapper ( IEnumerable results ) : MaterializeAtom
CreateWrapper ( IEnumerable results, DataServiceQueryContinuation continuation ) : MaterializeAtom
GetContinuation ( IEnumerable key ) : DataServiceQueryContinuation
GetEntryClientType ( string typeName, DataServiceContext context, Type expectedType, bool checkAssignable ) : ClientType
GetTypeForMaterializer ( bool expectingSingleValue, Type elementType, Type &implementationType ) : Type
MaterializeAtom ( ) : System
MaterializeAtom ( DataServiceContext context, XmlReader reader, QueryComponents queryComponents, ProjectionPlan plan, MergeOption mergeOption ) : System
MaterializeAtom ( DataServiceContext context, XmlReader reader, Type type, MergeOption mergeOption ) : System
MaterializedObjectCallback ( object tag, object entity ) : void
MoveNextInternal ( ) : bool
ReadCountValue ( ) : void
ReadElementString ( XmlReader reader, bool checkNullAttribute ) : string
SetInsertingObject ( object addedObject ) : void
SkipToEnd ( XmlReader reader ) : void
System ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

MoveNext() 공개 메소드

public MoveNext ( ) : bool
리턴 bool