C# Class Microsoft.WindowsAzure.Samples.Data.Services.Client.MaterializeAtom

Inheritance: IDisposable, IEnumerable, IEnumerator
Datei anzeigen Open project: WindowsAzure-Toolkits/wa-toolkit-wp-nugets

Private Properties

Property Type Description
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

Public Methods

Method Description
Dispose ( ) : void
GetEnumerator ( ) : IEnumerator
MoveNext ( ) : bool

Private Methods

Method Description
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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

MoveNext() public method

public MoveNext ( ) : bool
return bool