C# 클래스 Stash.Configuration.RegisteredGraph

An abstract configured graph.
상속: IRegisteredGraph
파일 보기 프로젝트 열기: AndyHitchman/Stash 1 사용 예제들

공개 메소드들

메소드 설명
CreateStoredGraph ( ) : IStoredGraph
Deserialize ( Stream serializedGraph, ISerializationSession session ) : object
EngageBackingStore ( IBackingStore backingStore ) : void
Serialize ( object graph, ISerializationSession session ) : Stream

보호된 메소드들

메소드 설명
RegisteredGraph ( Type aggregateType ) : System

메소드 상세

CreateStoredGraph() 공개 메소드

public CreateStoredGraph ( ) : IStoredGraph
리턴 IStoredGraph

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

public abstract Deserialize ( Stream serializedGraph, ISerializationSession session ) : object
serializedGraph Stream
session ISerializationSession
리턴 object

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

public abstract EngageBackingStore ( IBackingStore backingStore ) : void
backingStore IBackingStore
리턴 void

RegisteredGraph() 보호된 메소드

protected RegisteredGraph ( Type aggregateType ) : System
aggregateType System.Type
리턴 System

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

public abstract Serialize ( object graph, ISerializationSession session ) : Stream
graph object
session ISerializationSession
리턴 Stream