Méthode | Description | |
---|---|---|
AppendTransition ( Transition transition ) : void | ||
CountTransitions ( ) : System.Int64 | ||
EnsureIndexes ( ) : void | ||
GetTransitions ( ) : IEnumerable |
Get all transitions ordered ascendantly by Timestamp of transiton Should be used only for testing and for very simple event replying
|
|
GetTransitions ( int startIndex, int count ) : IEnumerable |
||
GetTransitions ( string streamId, int fromVersion, int toVersion ) : List |
||
MongoTransitionRepository ( String connectionString ) : System | ||
RemoveStream ( String streamId ) : void | ||
RemoveTransition ( string streamId, int version ) : void |
Méthode | Description | |
---|---|---|
RequiredIndexes ( ) : IndexKeysBuilder>.Dictionary |
public AppendTransition ( Transition transition ) : void | ||
transition | Transition | |
Résultat | void |
public GetTransitions ( int startIndex, int count ) : IEnumerable |
||
startIndex | int | |
count | int | |
Résultat | IEnumerable |
public GetTransitions ( string streamId, int fromVersion, int toVersion ) : List |
||
streamId | string | |
fromVersion | int | |
toVersion | int | |
Résultat | List |
public MongoTransitionRepository ( String connectionString ) : System | ||
connectionString | String | |
Résultat | System |
public RemoveStream ( String streamId ) : void | ||
streamId | String | |
Résultat | void |
public RemoveTransition ( string streamId, int version ) : void | ||
streamId | string | |
version | int | |
Résultat | void |