public GetPeopleResultInfo(
     global::StrawberryShake.CodeGeneration.CSharp.Analyzers.StarWars.State.PersonConnectionData?people,
     global::System.Collections.Generic.IReadOnlyCollection <global::StrawberryShake.EntityId> entityIds,
     ulong version)
 {
     People     = people;
     _entityIds = entityIds
                  ?? throw new global::System.ArgumentNullException(nameof(entityIds));
     _version = version;
 }
Пример #2
0
 public GetMessagesResultInfo(
     global::StrawberryShake.EntityId personByEmail,
     global::System.Collections.Generic.IReadOnlyCollection <global::StrawberryShake.EntityId> entityIds,
     ulong version)
 {
     PersonByEmail = personByEmail;
     _entityIds    = entityIds
                     ?? throw new global::System.ArgumentNullException(nameof(entityIds));
     _version = version;
 }
Пример #3
0
 public CreateReviewResultInfo(
     global::StrawberryShake.CodeGeneration.CSharp.Integration.StarWars.State.ReviewData createReview,
     global::System.Collections.Generic.IReadOnlyCollection <global::StrawberryShake.EntityId> entityIds,
     ulong version)
 {
     CreateReview = createReview;
     _entityIds   = entityIds
                    ?? throw new global::System.ArgumentNullException(nameof(entityIds));
     _version = version;
 }
 public SendMessageResultInfo(
     global::Demo.State.SendMessagePayloadData sendMessage,
     global::System.Collections.Generic.IReadOnlyCollection <global::StrawberryShake.EntityId> entityIds,
     ulong version)
 {
     SendMessage = sendMessage;
     _entityIds  = entityIds
                   ?? throw new global::System.ArgumentNullException(nameof(entityIds));
     _version = version;
 }
Пример #5
0
 public ReadBlogsResultInfo(
     global::System.Collections.Generic.IReadOnlyList <global::StrawberryShakeTesting.Tests.State.BlogPostData?>?posts,
     global::System.Collections.Generic.IReadOnlyCollection <global::StrawberryShake.EntityId> entityIds,
     global::System.UInt64 version)
 {
     Posts      = posts;
     _entityIds = entityIds
                  ?? throw new global::System.ArgumentNullException(nameof(entityIds));
     _version = version;
 }
Пример #6
0
 public GetHeroInfo(
     global::StrawberryShake.EntityId?hero,
     global::System.Collections.Generic.IReadOnlyCollection <global::StrawberryShake.EntityId> entityIds,
     ulong version)
 {
     Hero       = hero;
     _entityIds = entityIds
                  ?? throw new global::System.ArgumentNullException(nameof(entityIds));
     _version = version;
 }
Пример #7
0
 public ReadMessagesResultInfo(
     global::StrawberryShake.EntityId message,
     global::System.Collections.Generic.IReadOnlyCollection <global::StrawberryShake.EntityId> entityIds,
     ulong version)
 {
     Message    = message;
     _entityIds = entityIds
                  ?? throw new global::System.ArgumentNullException(nameof(entityIds));
     _version = version;
 }
Пример #8
0
 // uint Size { get }
 public static uint get_Size <T>(global::System.Collections.Generic.IReadOnlyCollection <T> _this)
 {
     return((uint)_this.Count);
 }
 public GetCustomValueResultInfo(global::StrawberryShake.CodeGeneration.CSharp.Analyzers.Tests.Custom?customScalar, global::System.Collections.Generic.IReadOnlyCollection <global::StrawberryShake.EntityId> entityIds, global::System.UInt64 version)
 {
     CustomScalar = customScalar;
     _entityIds   = entityIds ?? throw new global::System.ArgumentNullException(nameof(entityIds));
     _version     = version;
 }
 public FindPlayersResultInfo(global::System.Collections.Generic.IReadOnlyList <global::WotBlitzStatisticsPro.Blazor.GraphQl.State.AccountsSearchResponseItemData> players, global::System.Collections.Generic.IReadOnlyCollection <global::StrawberryShake.EntityId> entityIds, global::System.UInt64 version)
 {
     Players    = players;
     _entityIds = entityIds ?? throw new global::System.ArgumentNullException(nameof(entityIds));
     _version   = version;
 }
 public GetJsonResultInfo(global::System.Text.Json.JsonDocument json, global::System.Collections.Generic.IReadOnlyCollection <global::StrawberryShake.EntityId> entityIds, global::System.UInt64 version)
 {
     Json       = json;
     _entityIds = entityIds ?? throw new global::System.ArgumentNullException(nameof(entityIds));
     _version   = version;
 }