<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>Moltaro.Package.NET.Boards</name>
  </assembly>
  <members>
    <member name="T:Moltaro.Package.NET.Boards.Automation.IBoardAutomationCommandService">
      <summary>Preferred application-level Boards commands for Net Operation Project functions.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.IBoardAutomationCommandService.RecoverHistoricalItemAsync(Moltaro.Package.NET.Boards.Automation.RecoverHistoricalBoardItemRequest,System.Threading.CancellationToken)">
      <summary>
            Explicitly recovers a durable historical source identity for one target that was already
            tracked before source-keyed historical import was introduced.
            </summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.IBoardAutomationCommandService.ImportHistoricalItemsAsync(Moltaro.Package.NET.Boards.Automation.ImportHistoricalBoardItemsRequest,System.Threading.CancellationToken)">
      <summary>
            Imports or reconciles up to 500 historical board items with durable, per-board source-key idempotency.
            Each item commits independently, so callers must inspect the ordered item results and use
            <see cref="M:Moltaro.Package.NET.Boards.Automation.IBoardAutomationQueryService.GetHistoricalImportAsync(System.String,System.String,System.Threading.CancellationToken)" /> after an unknown outcome.
            </summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.IBoardAutomationCommandService.ReconcileHistoricalItemDataAsync(Moltaro.Package.NET.Boards.Automation.ReconcileHistoricalBoardItemDataBatchRequest,System.Threading.CancellationToken)">
      <summary>
            Reconciles only Board-owned data for up to 500 terminal historical items.
            Each item is guarded by its latest row version and commits independently.
            </summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.IBoardAutomationCommandService.ReconcileHistoricalItemTagsAsync(Moltaro.Package.NET.Boards.Automation.ReconcileHistoricalBoardItemTagsBatchRequest,System.Threading.CancellationToken)">
      <summary>
            Adds or reconciles explicitly managed tags on up to 500 terminal historical board items.
            Each resource owner commits independently; callers must inspect every ordered item result.
            </summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.IBoardAutomationCommandService.AddItemAsync(Moltaro.Package.NET.Boards.Automation.AddBoardAutomationItemRequest,System.Threading.CancellationToken)">
      <summary>Add a target to a board through the same application flow used by the Runtime API.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.IBoardAutomationCommandService.MoveItemAsync(Moltaro.Package.NET.Boards.Automation.MoveBoardAutomationItemRequest,System.Threading.CancellationToken)">
      <summary>Move an open item through the configured transition matrix.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.IBoardAutomationCommandService.RemoveItemAsync(Moltaro.Package.NET.Boards.Automation.RemoveBoardAutomationItemRequest,System.Threading.CancellationToken)">
      <summary>Remove an open item without deleting its target object.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.IBoardAutomationCommandService.AssignCycleAsync(Moltaro.Package.NET.Boards.Automation.AssignBoardAutomationItemCycleRequest,System.Threading.CancellationToken)">
      <summary>Assign an open item to a board cycle.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.IBoardAutomationCommandService.CreateLinkAsync(Moltaro.Package.NET.Boards.Automation.CreateBoardAutomationItemLinkRequest,System.Threading.CancellationToken)">
      <summary>Create a typed link between two board items.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.IBoardAutomationCommandService.RemoveLinkAsync(Moltaro.Package.NET.Boards.Automation.RemoveBoardAutomationItemLinkRequest,System.Threading.CancellationToken)">
      <summary>Remove an active board-item link.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.IBoardAutomationCommandService.ReplaceResponsibilitiesAsync(Moltaro.Package.NET.Boards.Automation.ReplaceBoardAutomationResponsibilitiesRequest,System.Threading.CancellationToken)">
      <summary>Replace active responsibility assignments for an item.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.IBoardAutomationCommandService.UpdateDataAsync(Moltaro.Package.NET.Boards.Automation.UpdateBoardAutomationItemDataRequest,System.Threading.CancellationToken)">
      <summary>Update Board-owned subject, description, and Part fields.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.IBoardAutomationCommandService.UpdateDueDateAsync(Moltaro.Package.NET.Boards.Automation.UpdateBoardAutomationDueDateRequest,System.Threading.CancellationToken)">
      <summary>Update the due date process field.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.IBoardAutomationQueryService">
      <summary>Preferred application-level Boards reads for Net Operation Project functions.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.IBoardAutomationQueryService.GetHistoricalRecoveryStateAsync(Moltaro.Package.NET.Boards.Automation.BoardHistoricalRecoveryStateRequest,System.Threading.CancellationToken)">
      <summary>
            Inspects the exact recoverable state for one case-sensitive source key and target.
            Use the returned board item id and row version as guards for
            <see cref="M:Moltaro.Package.NET.Boards.Automation.IBoardAutomationCommandService.RecoverHistoricalItemAsync(Moltaro.Package.NET.Boards.Automation.RecoverHistoricalBoardItemRequest,System.Threading.CancellationToken)" />.
            </summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.IBoardAutomationQueryService.GetHistoricalImportAsync(System.String,System.String,System.Threading.CancellationToken)">
      <summary>
            Looks up the durable historical-import identity for one case-sensitive source key.
            A successful result with <see cref="P:Moltaro.Package.NET.Boards.Automation.BoardHistoricalImportLookupResult.Found" /> equal to <see langword="false" />
            means the source key has not committed and can be retried.
            </summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.IBoardAutomationQueryService.GetItemAsync(System.String,System.String,System.Threading.CancellationToken)">
      <summary>Get one board item with its current status and concurrency token.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.IBoardAutomationQueryService.FindOpenItemAsync(System.String,Moltaro.Package.NET.Boards.Runtime.BoardRuntimeTargetRef,System.Threading.CancellationToken)">
      <summary>Find the current open item for a concrete target, when one exists.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.IBoardAutomationQueryService.ValidateMoveAsync(Moltaro.Package.NET.Boards.Automation.MoveBoardAutomationItemRequest,System.Threading.CancellationToken)">
      <summary>Validate a move without mutating the board item.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.IBoardAutomationQueryService.GetDefinitionAsync(System.String,System.Threading.CancellationToken)">
      <summary>Read the active board shell, statuses, transitions, and target definitions.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.AddBoardAutomationItemRequest">
      <summary>
            Application request for adding a target to a board. <c>OperationKey</c> is a caller-owned UUID retained only
            for an exact retry of the same logical admission.
            </summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.AddBoardAutomationItemRequest.#ctor(System.Guid,System.String,Moltaro.Package.NET.Boards.Runtime.BoardRuntimeTargetRef,System.Nullable{Moltaro.Package.NET.Boards.Enums.BoardItemRepeatModeEnum},System.String,System.String,System.String,Moltaro.Package.NET.Boards.Runtime.BoardRuntimePositionRequest,System.String,System.Collections.Generic.IReadOnlyDictionary{System.String,System.Nullable{System.Text.Json.JsonElement}},System.Nullable{System.DateOnly},System.Nullable{System.TimeOnly})">
      <summary>
            Application request for adding a target to a board. <c>OperationKey</c> is a caller-owned UUID retained only
            for an exact retry of the same logical admission.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.ImportHistoricalBoardItemsRequest">
      <summary>
            Application request for importing a bounded batch of historical board items.
            </summary>
      <param name="BoardIdOrKey">Board id or stable board key.</param>
      <param name="Items">Ordered historical items. The batch must contain between 1 and 500 items.</param>
      <param name="WriteMoveHistory">Whether creates and historical status changes write board move history.</param>
      <param name="WriteAudit">Whether creates and historical status changes write Board business-event audit entries.</param>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.ImportHistoricalBoardItemsRequest.#ctor(System.String,System.Collections.Generic.IReadOnlyList{Moltaro.Package.NET.Boards.Automation.ImportHistoricalBoardItemRequest},System.Boolean,System.Boolean)">
      <summary>
            Application request for importing a bounded batch of historical board items.
            </summary>
      <param name="BoardIdOrKey">Board id or stable board key.</param>
      <param name="Items">Ordered historical items. The batch must contain between 1 and 500 items.</param>
      <param name="WriteMoveHistory">Whether creates and historical status changes write board move history.</param>
      <param name="WriteAudit">Whether creates and historical status changes write Board business-event audit entries.</param>
    </member>
    <member name="P:Moltaro.Package.NET.Boards.Automation.ImportHistoricalBoardItemsRequest.BoardIdOrKey">
      <summary>Board id or stable board key.</summary>
    </member>
    <member name="P:Moltaro.Package.NET.Boards.Automation.ImportHistoricalBoardItemsRequest.Items">
      <summary>Ordered historical items. The batch must contain between 1 and 500 items.</summary>
    </member>
    <member name="P:Moltaro.Package.NET.Boards.Automation.ImportHistoricalBoardItemsRequest.WriteMoveHistory">
      <summary>Whether creates and historical status changes write board move history.</summary>
    </member>
    <member name="P:Moltaro.Package.NET.Boards.Automation.ImportHistoricalBoardItemsRequest.WriteAudit">
      <summary>Whether creates and historical status changes write Board business-event audit entries.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.ImportHistoricalBoardItemRequest">
      <summary>
            One historical board item identified by a case-sensitive source key.
            Null content and due values are absent on create and preserve current values on reconcile.
            JSON null inside <paramref name="Fields" /> explicitly clears that field.
            </summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.ImportHistoricalBoardItemRequest.#ctor(System.String,Moltaro.Package.NET.Boards.Runtime.BoardRuntimeTargetRef,System.String,System.String,System.String,System.Collections.Generic.IReadOnlyDictionary{System.String,System.Nullable{System.Text.Json.JsonElement}},System.Nullable{System.DateOnly},System.Nullable{System.TimeOnly},System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset},System.Nullable{System.Guid})">
      <summary>
            One historical board item identified by a case-sensitive source key.
            Null content and due values are absent on create and preserve current values on reconcile.
            JSON null inside <paramref name="Fields" /> explicitly clears that field.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.BoardHistoricalRecoveryModeEnum">
      <summary>Explicit recovery mode for a target that was tracked before historical source identity existed.</summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Automation.BoardHistoricalRecoveryModeEnum.AdoptExistingItem">
      <summary>Bind the source identity to the one exact non-removed board item.</summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Automation.BoardHistoricalRecoveryModeEnum.CreateAfterRemovedItem">
      <summary>Create a new source-keyed pass after the one exact removed board item.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.BoardHistoricalRecoveryStateEnum">
      <summary>Recoverable state for one source key and target.</summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Automation.BoardHistoricalRecoveryStateEnum.ReadyForNormalImport">
      <summary>No prior target tracking exists; use ordinary historical import.</summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Automation.BoardHistoricalRecoveryStateEnum.AdoptExistingItem">
      <summary>One non-removed unbound item can be adopted with exact guards.</summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Automation.BoardHistoricalRecoveryStateEnum.CreateAfterRemovedItem">
      <summary>One removed unbound item permits a guarded new historical pass.</summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Automation.BoardHistoricalRecoveryStateEnum.AlreadyRecovered">
      <summary>The requested source identity already belongs to this target.</summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Automation.BoardHistoricalRecoveryStateEnum.SourceKeyConflict">
      <summary>The requested source key belongs to another target.</summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Automation.BoardHistoricalRecoveryStateEnum.TargetIdentityConflict">
      <summary>The target item already belongs to another source identity.</summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Automation.BoardHistoricalRecoveryStateEnum.AmbiguousTargetHistory">
      <summary>Multiple prior target passes make first-time recovery ambiguous.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.BoardHistoricalRecoveryStateRequest">
      <summary>Request for inspecting historical identity recovery state.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.BoardHistoricalRecoveryStateRequest.#ctor(System.String,System.String,Moltaro.Package.NET.Boards.Runtime.BoardRuntimeTargetRef)">
      <summary>Request for inspecting historical identity recovery state.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.BoardHistoricalRecoveryStateResult">
      <summary>
            Exact state used to choose and guard a historical identity recovery operation.
            </summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.BoardHistoricalRecoveryStateResult.#ctor(Moltaro.Package.NET.Boards.Automation.BoardHistoricalRecoveryStateEnum,System.String,System.String,System.Nullable{System.Guid},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.String)">
      <summary>
            Exact state used to choose and guard a historical identity recovery operation.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.RecoverHistoricalBoardItemRequest">
      <summary>
            Request for explicitly recovering one historical source identity.
            </summary>
      <param name="BoardIdOrKey">Board id or stable board key.</param>
      <param name="Mode">Explicit recovery mode returned by the recovery-state query.</param>
      <param name="ExpectedBoardItemId">Exact existing or removed board item used as the recovery guard.</param>
      <param name="ExpectedBoardItemRowVersion">Latest row version of the guarded board item.</param>
      <param name="Item">Desired historical item and case-sensitive source key.</param>
      <param name="WriteMoveHistory">Whether historical state creation or reconciliation writes move history.</param>
      <param name="WriteAudit">Whether historical state creation or reconciliation writes Board business-event audit.</param>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.RecoverHistoricalBoardItemRequest.#ctor(System.String,Moltaro.Package.NET.Boards.Automation.BoardHistoricalRecoveryModeEnum,System.String,System.Guid,Moltaro.Package.NET.Boards.Automation.ImportHistoricalBoardItemRequest,System.Boolean,System.Boolean)">
      <summary>
            Request for explicitly recovering one historical source identity.
            </summary>
      <param name="BoardIdOrKey">Board id or stable board key.</param>
      <param name="Mode">Explicit recovery mode returned by the recovery-state query.</param>
      <param name="ExpectedBoardItemId">Exact existing or removed board item used as the recovery guard.</param>
      <param name="ExpectedBoardItemRowVersion">Latest row version of the guarded board item.</param>
      <param name="Item">Desired historical item and case-sensitive source key.</param>
      <param name="WriteMoveHistory">Whether historical state creation or reconciliation writes move history.</param>
      <param name="WriteAudit">Whether historical state creation or reconciliation writes Board business-event audit.</param>
    </member>
    <member name="P:Moltaro.Package.NET.Boards.Automation.RecoverHistoricalBoardItemRequest.BoardIdOrKey">
      <summary>Board id or stable board key.</summary>
    </member>
    <member name="P:Moltaro.Package.NET.Boards.Automation.RecoverHistoricalBoardItemRequest.Mode">
      <summary>Explicit recovery mode returned by the recovery-state query.</summary>
    </member>
    <member name="P:Moltaro.Package.NET.Boards.Automation.RecoverHistoricalBoardItemRequest.ExpectedBoardItemId">
      <summary>Exact existing or removed board item used as the recovery guard.</summary>
    </member>
    <member name="P:Moltaro.Package.NET.Boards.Automation.RecoverHistoricalBoardItemRequest.ExpectedBoardItemRowVersion">
      <summary>Latest row version of the guarded board item.</summary>
    </member>
    <member name="P:Moltaro.Package.NET.Boards.Automation.RecoverHistoricalBoardItemRequest.Item">
      <summary>Desired historical item and case-sensitive source key.</summary>
    </member>
    <member name="P:Moltaro.Package.NET.Boards.Automation.RecoverHistoricalBoardItemRequest.WriteMoveHistory">
      <summary>Whether historical state creation or reconciliation writes move history.</summary>
    </member>
    <member name="P:Moltaro.Package.NET.Boards.Automation.RecoverHistoricalBoardItemRequest.WriteAudit">
      <summary>Whether historical state creation or reconciliation writes Board business-event audit.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.RecoverHistoricalBoardItemResult">
      <summary>Result of one successfully committed historical identity recovery.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.RecoverHistoricalBoardItemResult.#ctor(System.String,Moltaro.Package.NET.Boards.Automation.BoardHistoricalImportOutcomeEnum,System.String,System.String,System.String,System.Boolean,System.Int32,System.Guid,System.Collections.Generic.IReadOnlyList{System.String})">
      <summary>Result of one successfully committed historical identity recovery.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.BoardHistoricalImportOutcomeEnum">
      <summary>Outcome of one successfully committed historical import item.</summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Automation.BoardHistoricalImportOutcomeEnum.Created">
      <summary>A new Board Data record, board item, and import identity were created.</summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Automation.BoardHistoricalImportOutcomeEnum.Updated">
      <summary>The item identified by the source key was reconciled.</summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Automation.BoardHistoricalImportOutcomeEnum.Unchanged">
      <summary>The source-key replay exactly matched persisted state and produced no writes.</summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Automation.BoardHistoricalImportOutcomeEnum.Adopted">
      <summary>An exact pre-existing board item was assigned the requested source identity.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.ImportHistoricalBoardItemResult">
      <summary>Ordered result for one item in a historical import batch.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.ImportHistoricalBoardItemResult.#ctor(System.Int32,System.String,System.Nullable{Moltaro.Package.NET.Boards.Automation.BoardHistoricalImportOutcomeEnum},System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Guid},System.Collections.Generic.IReadOnlyList{System.String},System.Collections.Generic.IReadOnlyList{Moltaro.Package.NET.ModuleRuntime.Runtime.MoltaroRuntimeError})">
      <summary>Ordered result for one item in a historical import batch.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.ImportHistoricalBoardItemsResult">
      <summary>Aggregate result for a historical import batch.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.ImportHistoricalBoardItemsResult.#ctor(System.Int32,System.Int32,System.Int32,System.Collections.Generic.IReadOnlyList{Moltaro.Package.NET.Boards.Automation.ImportHistoricalBoardItemResult})">
      <summary>Aggregate result for a historical import batch.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.ReconcileHistoricalBoardItemDataBatchRequest">
      <summary>Bounded request for terminal-safe reconciliation of historical Board Data.</summary>
      <param name="BoardIdOrKey">Board id or stable board key.</param>
      <param name="Items">Ordered item patches. The batch must contain between 1 and 500 items.</param>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.ReconcileHistoricalBoardItemDataBatchRequest.#ctor(System.String,System.Collections.Generic.IReadOnlyList{Moltaro.Package.NET.Boards.Automation.ReconcileHistoricalBoardItemDataRequest})">
      <summary>Bounded request for terminal-safe reconciliation of historical Board Data.</summary>
      <param name="BoardIdOrKey">Board id or stable board key.</param>
      <param name="Items">Ordered item patches. The batch must contain between 1 and 500 items.</param>
    </member>
    <member name="P:Moltaro.Package.NET.Boards.Automation.ReconcileHistoricalBoardItemDataBatchRequest.BoardIdOrKey">
      <summary>Board id or stable board key.</summary>
    </member>
    <member name="P:Moltaro.Package.NET.Boards.Automation.ReconcileHistoricalBoardItemDataBatchRequest.Items">
      <summary>Ordered item patches. The batch must contain between 1 and 500 items.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.BoardHistoricalTextPatch">
      <summary>
            Optional text patch. Omitting the patch preserves the stored value; supplying it with
            <see cref="P:Moltaro.Package.NET.Boards.Automation.BoardHistoricalTextPatch.Value" /> equal to <see langword="null" /> explicitly clears the value.
            </summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.BoardHistoricalTextPatch.#ctor(System.String)">
      <summary>
            Optional text patch. Omitting the patch preserves the stored value; supplying it with
            <see cref="P:Moltaro.Package.NET.Boards.Automation.BoardHistoricalTextPatch.Value" /> equal to <see langword="null" /> explicitly clears the value.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.ReconcileHistoricalBoardItemDataRequest">
      <summary>
            One guarded terminal historical Board Data patch. Exactly one of <paramref name="BoardItemId" />
            and <paramref name="SourceKey" /> must be supplied. JSON null in <paramref name="Fields" /> clears
            that Part field.
            </summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.ReconcileHistoricalBoardItemDataRequest.#ctor(System.Guid,System.String,System.String,Moltaro.Package.NET.Boards.Automation.BoardHistoricalTextPatch,Moltaro.Package.NET.Boards.Automation.BoardHistoricalTextPatch,System.Collections.Generic.IReadOnlyDictionary{System.String,System.Nullable{System.Text.Json.JsonElement}})">
      <summary>
            One guarded terminal historical Board Data patch. Exactly one of <paramref name="BoardItemId" />
            and <paramref name="SourceKey" /> must be supplied. JSON null in <paramref name="Fields" /> clears
            that Part field.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.BoardHistoricalDataReconciliationOutcomeEnum">
      <summary>Outcome of one terminal historical Board Data reconciliation.</summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Automation.BoardHistoricalDataReconciliationOutcomeEnum.Updated">
      <summary>Board Data changed and the board item received a new row version.</summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Automation.BoardHistoricalDataReconciliationOutcomeEnum.Unchanged">
      <summary>The requested patch exactly matched stored Board Data and produced no writes.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.ReconcileHistoricalBoardItemDataResult">
      <summary>Ordered per-item outcome for terminal historical Board Data reconciliation.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.ReconcileHistoricalBoardItemDataResult.#ctor(System.Int32,System.String,System.String,System.Nullable{Moltaro.Package.NET.Boards.Automation.BoardHistoricalDataReconciliationOutcomeEnum},System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Guid},System.Collections.Generic.IReadOnlyList{Moltaro.Package.NET.ModuleRuntime.Runtime.MoltaroRuntimeError})">
      <summary>Ordered per-item outcome for terminal historical Board Data reconciliation.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.ReconcileHistoricalBoardItemDataBatchResult">
      <summary>Aggregate result for terminal historical Board Data reconciliation.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.ReconcileHistoricalBoardItemDataBatchResult.#ctor(System.Int32,System.Int32,System.Int32,System.Collections.Generic.IReadOnlyList{Moltaro.Package.NET.Boards.Automation.ReconcileHistoricalBoardItemDataResult})">
      <summary>Aggregate result for terminal historical Board Data reconciliation.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.BoardHistoricalTagMutationModeEnum">
      <summary>Mutation mode for terminal historical Board item tags.</summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Automation.BoardHistoricalTagMutationModeEnum.Add">
      <summary>Add tags that do not already exist; existing tags are preserved without modification.</summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Automation.BoardHistoricalTagMutationModeEnum.ReplaceManagedSet">
      <summary>
            Replace only the explicitly supplied managed tag-name set. Tags outside that set are preserved.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.BoardHistoricalTagValue">
      <summary>One desired historical Board item tag.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.BoardHistoricalTagValue.#ctor(System.String,System.String,System.String)">
      <summary>One desired historical Board item tag.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.ReconcileHistoricalBoardItemTagsBatchRequest">
      <summary>Bounded request for terminal-safe historical Board item tag reconciliation.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.ReconcileHistoricalBoardItemTagsBatchRequest.#ctor(System.String,System.Collections.Generic.IReadOnlyList{Moltaro.Package.NET.Boards.Automation.ReconcileHistoricalBoardItemTagsRequest})">
      <summary>Bounded request for terminal-safe historical Board item tag reconciliation.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.ReconcileHistoricalBoardItemTagsRequest">
      <summary>
            One guarded terminal historical tag mutation. Exactly one locator is required. In
            <see cref="F:Moltaro.Package.NET.Boards.Automation.BoardHistoricalTagMutationModeEnum.ReplaceManagedSet" />, <paramref name="ManagedTagNames" />
            is the complete set the caller owns; tags outside it are never modified or removed. An empty
            <paramref name="Tags" /> collection removes every currently stored tag in that managed set.
            </summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.ReconcileHistoricalBoardItemTagsRequest.#ctor(System.Guid,Moltaro.Package.NET.Boards.Automation.BoardHistoricalTagMutationModeEnum,System.Collections.Generic.IReadOnlyList{Moltaro.Package.NET.Boards.Automation.BoardHistoricalTagValue},System.String,System.String,System.Collections.Generic.IReadOnlyList{System.String})">
      <summary>
            One guarded terminal historical tag mutation. Exactly one locator is required. In
            <see cref="F:Moltaro.Package.NET.Boards.Automation.BoardHistoricalTagMutationModeEnum.ReplaceManagedSet" />, <paramref name="ManagedTagNames" />
            is the complete set the caller owns; tags outside it are never modified or removed. An empty
            <paramref name="Tags" /> collection removes every currently stored tag in that managed set.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.BoardHistoricalTagReconciliationOutcomeEnum">
      <summary>Outcome of one terminal historical Board item tag reconciliation.</summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Automation.BoardHistoricalTagReconciliationOutcomeEnum.Updated">
      <summary>The requested tag set changed.</summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Automation.BoardHistoricalTagReconciliationOutcomeEnum.Unchanged">
      <summary>The request matched the stored tag set and produced no writes.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.ReconcileHistoricalBoardItemTagsResult">
      <summary>Ordered per-owner result for terminal historical Board item tag reconciliation.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.ReconcileHistoricalBoardItemTagsResult.#ctor(System.Int32,System.String,System.String,System.Nullable{Moltaro.Package.NET.Boards.Automation.BoardHistoricalTagReconciliationOutcomeEnum},System.String,System.String,System.Nullable{System.Guid},System.Int32,System.Int32,System.Int32,System.Int32,System.Collections.Generic.IReadOnlyList{Moltaro.Package.NET.ModuleRuntime.Runtime.MoltaroRuntimeError})">
      <summary>Ordered per-owner result for terminal historical Board item tag reconciliation.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.ReconcileHistoricalBoardItemTagsBatchResult">
      <summary>Aggregate result for terminal historical Board item tag reconciliation.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.ReconcileHistoricalBoardItemTagsBatchResult.#ctor(System.Int32,System.Int32,System.Int32,System.Collections.Generic.IReadOnlyList{Moltaro.Package.NET.Boards.Automation.ReconcileHistoricalBoardItemTagsResult})">
      <summary>Aggregate result for terminal historical Board item tag reconciliation.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.BoardHistoricalImportLookupResult">
      <summary>Durable source-key lookup result used to resolve an unknown import outcome.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.BoardHistoricalImportLookupResult.#ctor(System.Boolean,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Guid})">
      <summary>Durable source-key lookup result used to resolve an unknown import outcome.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.MoveBoardAutomationItemRequest">
      <summary>Application request for moving a board item.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.MoveBoardAutomationItemRequest.#ctor(System.String,System.String,System.String,Moltaro.Package.NET.Boards.Runtime.BoardRuntimePositionRequest,System.Nullable{System.Guid})">
      <summary>Application request for moving a board item.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.RemoveBoardAutomationItemRequest">
      <summary>Application request for removing a board item.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.RemoveBoardAutomationItemRequest.#ctor(System.String,System.String,System.String,System.Nullable{System.Guid})">
      <summary>Application request for removing a board item.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.AssignBoardAutomationItemCycleRequest">
      <summary>Application request for assigning a board item cycle.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.AssignBoardAutomationItemCycleRequest.#ctor(System.String,System.String,System.String,System.String,System.Nullable{System.Guid})">
      <summary>Application request for assigning a board item cycle.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.CreateBoardAutomationItemLinkRequest">
      <summary>Application request for creating a board item link.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.CreateBoardAutomationItemLinkRequest.#ctor(System.String,System.String,Moltaro.Package.NET.Boards.Enums.BoardItemLinkTypeSystemKindEnum,Moltaro.Package.NET.Boards.Enums.BoardItemLinkDirectionEnum,System.String)">
      <summary>Application request for creating a board item link.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.RemoveBoardAutomationItemLinkRequest">
      <summary>Application request for removing a board item link.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.RemoveBoardAutomationItemLinkRequest.#ctor(System.String,System.String,System.String,System.Nullable{System.Guid})">
      <summary>Application request for removing a board item link.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.BoardAutomationResponsibilitySubjectRequest">
      <summary>One responsible subject in an automation request.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.BoardAutomationResponsibilitySubjectRequest.#ctor(Moltaro.Package.NET.Boards.Enums.BoardResponsibilitySubjectTypeEnum,System.String)">
      <summary>One responsible subject in an automation request.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.ReplaceBoardAutomationResponsibilitiesRequest">
      <summary>Application request for replacing one named Board resource responsibility.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.ReplaceBoardAutomationResponsibilitiesRequest.#ctor(System.String,System.String,System.String,System.String,System.Guid,System.Guid,System.Collections.Generic.IReadOnlyList{Moltaro.Package.NET.Boards.Automation.BoardAutomationResponsibilitySubjectRequest},System.String)">
      <summary>Application request for replacing one named Board resource responsibility.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.BoardAutomationResponsibilityMutationResult">
      <summary>Result of replacing one named Board resource responsibility.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.BoardAutomationResponsibilityMutationResult.#ctor(System.String,System.String,System.String,System.Guid)">
      <summary>Result of replacing one named Board resource responsibility.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.UpdateBoardAutomationItemDataRequest">
      <summary>Application request for updating Board-owned item data.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.UpdateBoardAutomationItemDataRequest.#ctor(System.String,System.String,System.String,System.String,System.Nullable{System.Guid},System.Collections.Generic.IReadOnlyDictionary{System.String,System.Nullable{System.Text.Json.JsonElement}})">
      <summary>Application request for updating Board-owned item data.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.UpdateBoardAutomationDueDateRequest">
      <summary>Application request for updating a board-item due date.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.UpdateBoardAutomationDueDateRequest.#ctor(System.String,System.String,System.Nullable{System.DateOnly},System.Nullable{System.TimeOnly},System.Nullable{System.Guid})">
      <summary>Application request for updating a board-item due date.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.BoardAutomationItemResult">
      <summary>Stable result for one board-item automation command or read.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.BoardAutomationItemResult.#ctor(System.String,System.String,System.String,System.String,System.Boolean,System.Int32,System.Guid,System.Boolean,System.Collections.Generic.IReadOnlyList{System.String})">
      <summary>Stable result for one board-item automation command or read.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.BoardAutomationMoveValidationResult">
      <summary>Result of validating a board-item move.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.BoardAutomationMoveValidationResult.#ctor(System.Boolean,System.Collections.Generic.IReadOnlyList{System.String},System.Collections.Generic.IReadOnlyList{Moltaro.Package.NET.ModuleRuntime.Runtime.MoltaroRuntimeError})">
      <summary>Result of validating a board-item move.</summary>
    </member>
    <member name="P:Moltaro.Package.NET.Boards.Automation.BoardAutomationMoveValidationResult.CapturedAtUtc">
      <summary>Instant captured by the shared move evaluation plan.</summary>
    </member>
    <member name="P:Moltaro.Package.NET.Boards.Automation.BoardAutomationMoveValidationResult.ConstraintDecisions">
      <summary>Ordered Board Constraint decisions returned by the preview.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.BoardAutomationDefinitionResult">
      <summary>Compact application-level board definition.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.BoardAutomationDefinitionResult.#ctor(System.String,System.String,System.String,System.Collections.Generic.IReadOnlyList{Moltaro.Package.NET.Boards.Automation.BoardAutomationStatusResult},System.Collections.Generic.IReadOnlyList{Moltaro.Package.NET.Boards.Automation.BoardAutomationTransitionResult},System.Collections.Generic.IReadOnlyList{Moltaro.Package.NET.Boards.Automation.BoardAutomationTargetDefinitionResult})">
      <summary>Compact application-level board definition.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.BoardAutomationStatusResult">
      <summary>Compact board status returned to automation code.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.BoardAutomationStatusResult.#ctor(System.String,System.String,System.String,System.Boolean)">
      <summary>Compact board status returned to automation code.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.BoardAutomationTransitionResult">
      <summary>Compact board transition returned to automation code.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.BoardAutomationTransitionResult.#ctor(System.String,System.String,System.String,System.String,System.Boolean)">
      <summary>Compact board transition returned to automation code.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Automation.BoardAutomationTargetDefinitionResult">
      <summary>Compact board target definition returned to automation code.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Automation.BoardAutomationTargetDefinitionResult.#ctor(System.String,Moltaro.Package.NET.Boards.Enums.BoardTargetKindEnum,System.String,System.Boolean)">
      <summary>Compact board target definition returned to automation code.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Enums.BoardAttentionSignalAudienceSubjectTypeEnum">
      <summary>
            Audience subject type used by board AttentionSignal policies.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardAttentionSignalAudienceSubjectTypeEnum.Role">
      <summary>
            Direct workspace role subject.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardAttentionSignalAudienceSubjectTypeEnum.ItemResponsible">
      <summary>
            Current board item responsible users.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardAttentionSignalAudienceSubjectTypeEnum.StatusResponsible">
      <summary>
            Current board status responsible users.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Enums.BoardCardFieldSourceKindEnum">
      <summary>
            Source kind for a configured board card field.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardCardFieldSourceKindEnum.ProviderField">
      <summary>
            Field supplied by the target provider from its catalog.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardCardFieldSourceKindEnum.PrimaryEntityField">
      <summary>
            Primary Entity Instance definition field.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Enums.BoardCardFieldValueTypeEnum">
      <summary>
            Value kind for a configured board card field.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardCardFieldValueTypeEnum.Text">
      <summary>
            Text value.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardCardFieldValueTypeEnum.Number">
      <summary>
            Numeric value.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardCardFieldValueTypeEnum.DateTime">
      <summary>
            Date or date-time value.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardCardFieldValueTypeEnum.Boolean">
      <summary>
            Boolean value.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardCardFieldValueTypeEnum.Status">
      <summary>
            Status or enum-like value.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardCardFieldValueTypeEnum.Address">
      <summary>
            Address value.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Enums.BoardCycleActivationModeEnum">
      <summary>
            Determines how a cycle board resolves its active operating cycle.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardCycleActivationModeEnum.Manual">
      <summary>
            Active cycle selection is explicit and dates are optional.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardCycleActivationModeEnum.DateDriven">
      <summary>
            Workspace-local dates determine the intended active cycle.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardCycleActivationModeEnum.ManualWithDates">
      <summary>
            Active cycle selection is explicit while dates are required.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Enums.BoardCycleLifecycleStateEnum">
      <summary>
            Lifecycle state of one board cycle.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardCycleLifecycleStateEnum.Planned">
      <summary>
            Cycle is available for planning but is not active yet.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardCycleLifecycleStateEnum.Active">
      <summary>
            Cycle is the current operating cycle for its board.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardCycleLifecycleStateEnum.Completed">
      <summary>
            Cycle is closed and kept for historical reporting.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardCycleLifecycleStateEnum.Archived">
      <summary>
            Cycle is hidden from normal pickers but retained for history.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Enums.BoardDueDateTimeModeEnum">
      <summary>
            Due-date input mode for a board.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardDueDateTimeModeEnum.DateOnly">
      <summary>Date-only due dates evaluate at the end of the workspace-local date.</summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardDueDateTimeModeEnum.DateTime">
      <summary>Date-time due dates evaluate at the exact workspace-local date and time.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Enums.BoardDueDateOffsetUnitEnum">
      <summary>
            Offset unit for board due-date status expectations.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardDueDateOffsetUnitEnum.Days">
      <summary>Offset is measured in whole days.</summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardDueDateOffsetUnitEnum.Hours">
      <summary>Offset is measured in whole hours.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Enums.BoardInitialFieldMappingDestinationKindEnum">
      <summary>
            Destination kind for an initial board target field mapping.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardInitialFieldMappingDestinationKindEnum.Subject">
      <summary>
            Board-owned subject field.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardInitialFieldMappingDestinationKindEnum.Description">
      <summary>
            Board-owned description field.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardInitialFieldMappingDestinationKindEnum.DueDate">
      <summary>
            Board item due date.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardInitialFieldMappingDestinationKindEnum.BoardDataField">
      <summary>
            Board-owned Part entity data field.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Enums.BoardItemLinkTypeSystemKindEnum">
      <summary>
            System-owned board item link semantics.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardItemLinkTypeSystemKindEnum.Child">
      <summary>
            Source item is the parent and target item is the child.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardItemLinkTypeSystemKindEnum.Related">
      <summary>
            Informational same-board relation.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Enums.BoardItemLinkDirectionEnum">
      <summary>
            Runtime direction of a board item link relative to the requested item.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardItemLinkDirectionEnum.Outgoing">
      <summary>
            Requested item is the source.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardItemLinkDirectionEnum.Incoming">
      <summary>
            Requested item is the target.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Enums.BoardProcessContentAccessLevelEnum">
      <summary>
            Effective process content access level on board items.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardProcessContentAccessLevelEnum.ReadOnly">
      <summary>
            Allows reading process content.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardProcessContentAccessLevelEnum.Manage">
      <summary>
            Allows creating and mutating process content.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Enums.BoardResponsibilitySubjectTypeEnum">
      <summary>Subject kind allowed for concrete board responsibility assignments.</summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardResponsibilitySubjectTypeEnum.User">
      <summary>Workspace user subject.</summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardResponsibilitySubjectTypeEnum.ResponsibilityGroup">
      <summary>Workspace responsibility group subject.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Enums.BoardStatusMetaTypeEnum">
      <summary>
            Built-in process semantics for a board status.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardStatusMetaTypeEnum.Initial">
      <summary>
            Initial status where newly added board items are placed.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardStatusMetaTypeEnum.Active">
      <summary>
            Active in-process status.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardStatusMetaTypeEnum.Terminal">
      <summary>
            Terminal process status that closes the current board presence.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Enums.BoardTargetKindEnum">
      <summary>
            Kind of object represented by a board item.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardTargetKindEnum.EntityDefinition">
      <summary>
            A Moltaro Entity Definition backed target.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardTargetKindEnum.Entitlement">
      <summary>
            An advanced Entitlement Operations entitlement target.
            </summary>
      <remarks>
            Full Runtime Board UI does not support this uncommon target workflow. Prefer an
            <see cref="F:Moltaro.Package.NET.Boards.Enums.BoardTargetKindEnum.EntityDefinition" /> target for normal operational boards.
            </remarks>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardTargetKindEnum.Itself">
      <summary>
            A self-contained board item without an external target object.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Enums.BoardTargetRepeatPolicyEnum">
      <summary>
            Repeat policy for a board target after the target already completed a board process.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardTargetRepeatPolicyEnum.AllowNewPass">
      <summary>
            Allow either reopening the latest terminal item or creating a new process pass.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardTargetRepeatPolicyEnum.ReopenTerminalOnly">
      <summary>
            Allow only reopening the latest terminal item.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardTargetRepeatPolicyEnum.DenyAfterTerminal">
      <summary>
            Do not allow another process pass after the latest terminal item.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Enums.BoardTypeEnum">
      <summary>
            Runtime planning shape used by a board.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardTypeEnum.Kanban">
      <summary>
            Existing Kanban behavior without cycle planning.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardTypeEnum.Cycle">
      <summary>
            Cycle-scoped board behavior with planned operating windows.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Enums.CreateAttachmentPolicyEnum">
      <summary>
            Owner/relation policy applied when a board process attachment is created.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.CreateAttachmentPolicyEnum.BoardOnly">
      <summary>The attachment is owned only by the board item.</summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.CreateAttachmentPolicyEnum.RelatedToTarget">
      <summary>The attachment is owned by the board item and related to the target resource.</summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.CreateAttachmentPolicyEnum.TargetOnly">
      <summary>The attachment is owned by the target resource, with board context stored only as technical origin.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Enums.CreateCommentPolicyEnum">
      <summary>
            Owner/relation policy applied when a board process comment is created.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.CreateCommentPolicyEnum.BoardOnly">
      <summary>The comment is owned only by the board item.</summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.CreateCommentPolicyEnum.RelatedToTarget">
      <summary>The comment is owned by the board item and related to the target resource.</summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.CreateCommentPolicyEnum.TargetOnly">
      <summary>The comment is owned by the target resource, with board context stored only as technical origin.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Enums.ReadAttachmentPolicyEnum">
      <summary>
            Read scope applied when board process attachments are listed.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.ReadAttachmentPolicyEnum.BoardOnly">
      <summary>Read only board item-owned attachments.</summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.ReadAttachmentPolicyEnum.BoardAndTarget">
      <summary>Read board item-owned attachments plus attachments owned by or related to the target resource.</summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.ReadAttachmentPolicyEnum.TargetOnly">
      <summary>Read only attachments owned by or related to the target resource.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Enums.ReadCommentPolicyEnum">
      <summary>
            Read scope applied when board process comments are listed.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.ReadCommentPolicyEnum.BoardOnly">
      <summary>Read only board item-owned comments.</summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.ReadCommentPolicyEnum.BoardAndTarget">
      <summary>Read board item-owned comments plus comments owned by or related to the target resource.</summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.ReadCommentPolicyEnum.TargetOnly">
      <summary>Read only comments owned by or related to the target resource.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Enums.BoardItemRepeatModeEnum">
      <summary>
            Behavior used when an entity instance has already completed a board process.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardItemRepeatModeEnum.ReopenTerminal">
      <summary>
            Reuse the latest terminal board item and move it back into the process.
            </summary>
    </member>
    <member name="F:Moltaro.Package.NET.Boards.Enums.BoardItemRepeatModeEnum.NewPass">
      <summary>
            Keep the terminal board item as history and create the next process pass.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Runtime.BoardGovernanceSessionLock">
      <summary>
            Freezes the Board-to-Entity governance catalog before a captured Entity transaction begins.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Runtime.BoardGoverningItemResolver`1">
      <summary>
            Resolves the single governing pass per active Board and locks mutation rows in stable order.
            </summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Runtime.BoardGoverningItemResolver`1.#ctor(`0)">
      <summary>
            Resolves the single governing pass per active Board and locks mutation rows in stable order.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Runtime.IBoardRankPositionRuntimeService">
      <summary>
            Shared rank allocator used by every Boards writer that appends or explicitly positions items.
            The caller must hold the matching rank-scope advisory lock for writes, plus a status-mutation
            lock when the operation can make an item enter that status.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Runtime.BoardTargetAuditActivityKindEnum">
      <summary>
            Board membership lifecycle kinds echoed into the target entity instance's own audit trail.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Runtime.IBoardRuntimeDefinitionProvider">
      <summary>
            Resolves board definition data for runtime package services.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Runtime.BoardRuntimeActor">
      <summary>
            Runtime caller identity for board process decisions.
            </summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Runtime.BoardRuntimeActor.#ctor(System.String)">
      <summary>
            Runtime caller identity for board process decisions.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Runtime.BoardRuntimePositionRequest">
      <summary>
            Position request for a board item inside one board, status, and cycle scope.
            Supply only <paramref name="PreviousBoardItemId" /> to insert after the current last item,
            only <paramref name="NextBoardItemId" /> to insert before the current first item, or both
            identifiers for two currently adjacent items. Stale, foreign, or non-adjacent boundaries
            produce a validation error with code <c>moltaroBoards.runtime.validation.positionInvalid</c>.
            </summary>
      <param name="PreviousBoardItemId">The current last item, or the item immediately before a two-sided insertion.</param>
      <param name="NextBoardItemId">The current first item, or the item immediately after a two-sided insertion.</param>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Runtime.BoardRuntimePositionRequest.#ctor(System.String,System.String)">
      <summary>
            Position request for a board item inside one board, status, and cycle scope.
            Supply only <paramref name="PreviousBoardItemId" /> to insert after the current last item,
            only <paramref name="NextBoardItemId" /> to insert before the current first item, or both
            identifiers for two currently adjacent items. Stale, foreign, or non-adjacent boundaries
            produce a validation error with code <c>moltaroBoards.runtime.validation.positionInvalid</c>.
            </summary>
      <param name="PreviousBoardItemId">The current last item, or the item immediately before a two-sided insertion.</param>
      <param name="NextBoardItemId">The current first item, or the item immediately after a two-sided insertion.</param>
    </member>
    <member name="P:Moltaro.Package.NET.Boards.Runtime.BoardRuntimePositionRequest.PreviousBoardItemId">
      <summary>The current last item, or the item immediately before a two-sided insertion.</summary>
    </member>
    <member name="P:Moltaro.Package.NET.Boards.Runtime.BoardRuntimePositionRequest.NextBoardItemId">
      <summary>The current first item, or the item immediately after a two-sided insertion.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Runtime.BoardRuntimeTargetRef">
      <summary>
            Runtime target identity for a board item.
            </summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Runtime.BoardRuntimeTargetRef.#ctor(Moltaro.Package.NET.Boards.Enums.BoardTargetKindEnum,System.String,System.String)">
      <summary>
            Runtime target identity for a board item.
            </summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Runtime.BoardRuntimeTargetRef.EntityDefinition(System.String,System.String)">
      <summary>
            Creates an Entity Definition target ref.
            </summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Runtime.BoardRuntimeTargetRef.Entitlement(System.String,System.String)">
      <summary>
            Creates an Entitlement target ref.
            </summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Runtime.BoardRuntimeTargetRef.Itself">
      <summary>
            Creates a self-contained BoardItem target ref.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Runtime.AddBoardRuntimeItemRequest">
      <summary>
            Runtime command for adding an existing target object to a board.
            </summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Runtime.AddBoardRuntimeItemRequest.#ctor(System.String,Moltaro.Package.NET.Boards.Runtime.BoardRuntimeTargetRef,System.String,System.Nullable{Moltaro.Package.NET.Boards.Enums.BoardItemRepeatModeEnum},Moltaro.Package.NET.Boards.Runtime.BoardRuntimeActor,System.String,Moltaro.Package.NET.Boards.Runtime.BoardRuntimePositionRequest,System.String,System.Nullable{System.DateTimeOffset})">
      <summary>
            Runtime command for adding an existing target object to a board.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Runtime.AssignBoardRuntimeItemCycleRequest">
      <summary>
            Runtime command for assigning one open board item to a different board cycle.
            </summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Runtime.AssignBoardRuntimeItemCycleRequest.#ctor(System.String,System.String,System.String,Moltaro.Package.NET.Boards.Runtime.BoardRuntimeActor,System.String,System.String,System.Nullable{System.Guid})">
      <summary>
            Runtime command for assigning one open board item to a different board cycle.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Runtime.RolloverBoardRuntimeCycleRequest">
      <summary>
            Runtime command for rolling open items from an active board cycle to another cycle.
            </summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Runtime.RolloverBoardRuntimeCycleRequest.#ctor(System.String,System.String,System.String,Moltaro.Package.NET.Boards.Runtime.BoardRuntimeActor,System.String,System.String,System.Nullable{System.Guid},System.Nullable{System.Guid})">
      <summary>
            Runtime command for rolling open items from an active board cycle to another cycle.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Runtime.RolloverBoardRuntimeCycleItemResult">
      <summary>
            One board item moved by a cycle rollover.
            </summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Runtime.RolloverBoardRuntimeCycleItemResult.#ctor(System.String,System.String,System.String,System.String)">
      <summary>
            One board item moved by a cycle rollover.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Runtime.BoardRuntimeCycleRolloverResult">
      <summary>
            Runtime result for a cycle rollover mutation.
            </summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Runtime.BoardRuntimeCycleRolloverResult.#ctor(System.String,System.Int32,System.Collections.Generic.IReadOnlyList{Moltaro.Package.NET.Boards.Runtime.RolloverBoardRuntimeCycleItemResult})">
      <summary>
            Runtime result for a cycle rollover mutation.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Runtime.ImportBoardRuntimeItemRequest">
      <summary>
            Trusted command for importing or updating a board item with historical status, rank, and timestamps.
            </summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Runtime.ImportBoardRuntimeItemRequest.#ctor(System.String,Moltaro.Package.NET.Boards.Runtime.BoardRuntimeTargetRef,System.String,System.String,System.String,System.DateTimeOffset,Moltaro.Package.NET.Boards.Runtime.BoardRuntimeActor,System.Int32,System.Nullable{System.DateTimeOffset},System.Nullable{System.Boolean},System.String,System.Nullable{System.DateTimeOffset},System.Boolean,System.Boolean)">
      <summary>
            Trusted command for importing or updating a board item with historical status, rank, and timestamps.
            </summary>
    </member>
    <member name="P:Moltaro.Package.NET.Boards.Runtime.ImportBoardRuntimeItemRequest.ExpectedRowVersion">
      <summary>
            Optional optimistic concurrency token checked after the board item mutation lock is acquired.
            </summary>
    </member>
    <member name="P:Moltaro.Package.NET.Boards.Runtime.ImportBoardRuntimeItemRequest.ContentChanged">
      <summary>
            Whether Board-owned data changed outside this package mutation and therefore requires
            UpdateData governance checks plus a new board-item row version.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Runtime.ImportBoardRuntimeMoveHistoryRequest">
      <summary>
            Trusted command for importing one historical board item movement without changing current board item state.
            </summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Runtime.ImportBoardRuntimeMoveHistoryRequest.#ctor(System.String,System.String,System.String,System.DateTimeOffset,Moltaro.Package.NET.Boards.Runtime.BoardRuntimeActor,System.String,System.String,System.String,System.String,System.Boolean)">
      <summary>
            Trusted command for importing one historical board item movement without changing current board item state.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Runtime.MoveBoardRuntimeItemRequest">
      <summary>
            Runtime command for moving an open board item.
            </summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Runtime.MoveBoardRuntimeItemRequest.#ctor(System.String,System.String,System.String,Moltaro.Package.NET.Boards.Runtime.BoardRuntimeActor,Moltaro.Package.NET.Boards.Runtime.BoardRuntimePositionRequest,System.Nullable{System.Guid})">
      <summary>
            Runtime command for moving an open board item.
            </summary>
    </member>
    <member name="P:Moltaro.Package.NET.Boards.Runtime.MoveBoardRuntimeItemRequest.PrerequisiteLinks">
      <summary>Existing items selected to satisfy transition link prerequisites.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Runtime.BoardRuntimeMovePrerequisiteLinkRequest">
      <summary>One existing board item selected to satisfy a transition link prerequisite.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Runtime.BoardRuntimeMovePrerequisiteLinkRequest.#ctor(System.String,System.String)">
      <summary>One existing board item selected to satisfy a transition link prerequisite.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Runtime.BoardRuntimeMoveLinkPrerequisiteResult">
      <summary>Current satisfaction state of one transition link prerequisite.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Runtime.BoardRuntimeMoveLinkPrerequisiteResult.#ctor(System.String,Moltaro.Package.NET.Boards.Enums.BoardItemLinkTypeSystemKindEnum,Moltaro.Package.NET.Boards.Enums.BoardItemLinkDirectionEnum,System.String,System.String,System.Int32,System.Nullable{System.Int32},System.Int32)">
      <summary>Current satisfaction state of one transition link prerequisite.</summary>
    </member>
    <member name="P:Moltaro.Package.NET.Boards.Runtime.BoardRuntimeMoveLinkPrerequisiteResult.MissingCount">
      <summary>Number of additional links required to satisfy the minimum.</summary>
    </member>
    <member name="P:Moltaro.Package.NET.Boards.Runtime.BoardRuntimeMoveLinkPrerequisiteResult.Satisfied">
      <summary>Whether the current count satisfies the configured range.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Runtime.RemoveBoardRuntimeItemRequest">
      <summary>
            Runtime command for removing an open board item from the board without deleting its target object.
            </summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Runtime.RemoveBoardRuntimeItemRequest.#ctor(System.String,System.String,System.String,Moltaro.Package.NET.Boards.Runtime.BoardRuntimeActor,System.Nullable{System.Guid})">
      <summary>
            Runtime command for removing an open board item from the board without deleting its target object.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Runtime.BoardRuntimeMoveValidationResult">
      <summary>
            Successful dry-run validation result for moving an open board item.
            </summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Runtime.BoardRuntimeMoveValidationResult.#ctor(System.String,System.String,System.String,System.String)">
      <summary>
            Successful dry-run validation result for moving an open board item.
            </summary>
    </member>
    <member name="P:Moltaro.Package.NET.Boards.Runtime.BoardRuntimeMoveValidationResult.CapturedAtUtc">
      <summary>
            Instant captured once for the shared proposed-move evaluation plan.
            </summary>
    </member>
    <member name="P:Moltaro.Package.NET.Boards.Runtime.BoardRuntimeMoveValidationResult.ConstraintDecisions">
      <summary>
            Ordered decisions for every applicable Board Constraint binding.
            </summary>
    </member>
    <member name="P:Moltaro.Package.NET.Boards.Runtime.BoardRuntimeMoveValidationResult.LinkPrerequisites">
      <summary>Ordered active-link prerequisite evaluations for the transition.</summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Runtime.CreateBoardRuntimeItemLinkRequest">
      <summary>
            Runtime command for creating a board item link relative to one board item.
            </summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Runtime.CreateBoardRuntimeItemLinkRequest.#ctor(System.String,System.String,Moltaro.Package.NET.Boards.Enums.BoardItemLinkTypeSystemKindEnum,Moltaro.Package.NET.Boards.Enums.BoardItemLinkDirectionEnum,System.String,Moltaro.Package.NET.Boards.Runtime.BoardRuntimeActor)">
      <summary>
            Runtime command for creating a board item link relative to one board item.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Runtime.ImportBoardRuntimeItemLinkRequest">
      <summary>
            Runtime command for importing a historical board item link without interactive same-board/open-state restrictions.
            </summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Runtime.ImportBoardRuntimeItemLinkRequest.#ctor(System.String,System.String,System.String,Moltaro.Package.NET.Boards.Enums.BoardItemLinkTypeSystemKindEnum,System.DateTimeOffset,Moltaro.Package.NET.Boards.Runtime.BoardRuntimeActor)">
      <summary>
            Runtime command for importing a historical board item link without interactive same-board/open-state restrictions.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Runtime.RemoveBoardRuntimeItemLinkRequest">
      <summary>
            Runtime command for removing an active board item link.
            </summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Runtime.RemoveBoardRuntimeItemLinkRequest.#ctor(System.String,System.String,System.String,Moltaro.Package.NET.Boards.Runtime.BoardRuntimeActor,System.Nullable{System.Guid})">
      <summary>
            Runtime command for removing an active board item link.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Runtime.UpdateBoardRuntimeDueDateRequest">
      <summary>
            Runtime command for updating one board item's due date.
            </summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Runtime.UpdateBoardRuntimeDueDateRequest.#ctor(System.String,System.String,System.Nullable{System.DateTimeOffset},Moltaro.Package.NET.Boards.Runtime.BoardRuntimeActor,System.Nullable{System.Guid})">
      <summary>
            Runtime command for updating one board item's due date.
            </summary>
    </member>
    <member name="T:Moltaro.Package.NET.Boards.Runtime.IBoardRuntimeCommandService">
      <summary>
            Command service for trusted package/direct-db board item mutations.
            </summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Runtime.IBoardRuntimeCommandService.AddAsync(Moltaro.Package.NET.Boards.Runtime.AddBoardRuntimeItemRequest,System.Threading.CancellationToken)">
      <summary>Add an existing entity instance to a board process.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Runtime.IBoardRuntimeCommandService.ImportOrUpsertAsync(Moltaro.Package.NET.Boards.Runtime.ImportBoardRuntimeItemRequest,System.Threading.CancellationToken)">
      <summary>
            Import or update one historical board item without enforcing interactive transition policy.
            Existing-item reconciliation still enforces the owning Business Invariant operation keys.
            </summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Runtime.IBoardRuntimeCommandService.ImportMoveHistoryAsync(Moltaro.Package.NET.Boards.Runtime.ImportBoardRuntimeMoveHistoryRequest,System.Threading.CancellationToken)">
      <summary>Import one historical board item movement without changing current item state.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Runtime.IBoardRuntimeCommandService.MoveAsync(Moltaro.Package.NET.Boards.Runtime.MoveBoardRuntimeItemRequest,System.Threading.CancellationToken)">
      <summary>Move one open board item through the configured transition matrix.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Runtime.IBoardRuntimeCommandService.RemoveAsync(Moltaro.Package.NET.Boards.Runtime.RemoveBoardRuntimeItemRequest,System.Threading.CancellationToken)">
      <summary>Remove one open board item from the board without deleting its target object.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Runtime.IBoardRuntimeCommandService.AssignCycleAsync(Moltaro.Package.NET.Boards.Runtime.AssignBoardRuntimeItemCycleRequest,System.Threading.CancellationToken)">
      <summary>Assign one open board item to another active or planned board cycle.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Runtime.IBoardRuntimeCommandService.RolloverCycleAsync(Moltaro.Package.NET.Boards.Runtime.RolloverBoardRuntimeCycleRequest,System.Threading.CancellationToken)">
      <summary>Move all open items from one active cycle to another active or planned cycle.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Runtime.IBoardRuntimeCommandService.ValidateMoveAsync(Moltaro.Package.NET.Boards.Runtime.MoveBoardRuntimeItemRequest,System.Threading.CancellationToken)">
      <summary>Validate a board item move without mutating runtime state.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Runtime.IBoardRuntimeCommandService.ValidateMoveOptionsAsync(System.Collections.Generic.IReadOnlyList{Moltaro.Package.NET.Boards.Runtime.MoveBoardRuntimeItemRequest},System.Threading.CancellationToken)">
      <summary>
            Validates candidate destinations for one board item against a shared request-local snapshot.
            </summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Runtime.IBoardRuntimeCommandService.CreateLinkAsync(Moltaro.Package.NET.Boards.Runtime.CreateBoardRuntimeItemLinkRequest,System.Threading.CancellationToken)">
      <summary>Create an active board item link.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Runtime.IBoardRuntimeCommandService.ImportLinkAsync(Moltaro.Package.NET.Boards.Runtime.ImportBoardRuntimeItemLinkRequest,System.Threading.CancellationToken)">
      <summary>
            Import an active historical board item link without enforcing interactive same-board/open-state rules.
            Link mutation still enforces the owning Business Invariant operation key for every affected endpoint,
            including the source of a replaced parent link.
            </summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Runtime.IBoardRuntimeCommandService.RemoveLinkAsync(Moltaro.Package.NET.Boards.Runtime.RemoveBoardRuntimeItemLinkRequest,System.Threading.CancellationToken)">
      <summary>Remove an active board item link.</summary>
    </member>
    <member name="M:Moltaro.Package.NET.Boards.Runtime.IBoardRuntimeCommandService.UpdateDueDateAsync(Moltaro.Package.NET.Boards.Runtime.UpdateBoardRuntimeDueDateRequest,System.Threading.CancellationToken)">
      <summary>Update the due date on one open board item.</summary>
    </member>
  </members>
</doc>