Source | Identifier | Name | Description | Code | Urn |
---|---|---|---|---|---|
ccr | hovedforetak | Hovedforetak | Hovedforetak | HFOR | urn:altinn:external-role:ccr:hovedforetak |
ccr | regnskapsforeradressat | Er regnskapsforeradresse for | Er regnskapsforeradresse for | RFAD | urn:altinn:external-role:ccr:regnskapsforeradressat |
ccr | signerer | Signatur | Signatur | SIGN | urn:altinn:external-role:ccr:signerer |
ccr | parti-organ-leder | Leder i partiets utovende organ | Leder i partiets utovende organ | HLED | urn:altinn:external-role:ccr:parti-organ-leder |
ccr | elektronisk-signeringsrettig | Elektronisk signeringsrett | Elektronisk signeringsrett | ESGR | urn:altinn:external-role:ccr:elektronisk-signeringsrettig |
ccr | fusjonsovertaker | Skal fusjoneres med | Skal fusjoneres med | FUSJ | urn:altinn:external-role:ccr:fusjonsovertaker |
ccr | fisjonsovertaker | Skal fisjoneres med | Skal fisjoneres med | FISJ | `urn:altinn:external-role:cc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public record Root | |
: IValidatableModel | |
{ | |
public Child? Child { get; init; } | |
public List<Child>? Children { get; init; } | |
public void Validate(ref ValidationContext context) | |
{ | |
context.Validate(Child, "child"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public enum VariantType | |
{ | |
LeftChild, | |
RightChild1, | |
RightChild2, | |
RightGrandChild, | |
} | |
[PolymorphicFieldValueRecord] | |
[PolymorphicDerivedType(typeof(LeftChild), VariantType.LeftChild)] |
We can make this file beautiful and searchable if this error is corrected: It looks like row 8 should actually have 7 columns, instead of 6 in line 7.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"id","type","cmd_id","source","identifier","from_party","to_party" | |
1881277,added,"0195fb3d-2fd2-70c5-bf9a-3f368e0b24c8",ccr,regnskapsforer,"69c5594b-11bb-4ebf-b89d-125d7a7f338e","6005794a-cae2-4fa4-9072-474564670727" | |
1881276,added,"0195fb3d-2fd2-70c5-bf9a-3f368e0b24c8",ccr,revisor,"69c5594b-11bb-4ebf-b89d-125d7a7f338e",e35b21a6-6cec-4e7b-9b1f-76c89a2485c9 | |
1881275,added,"0195fb3d-2fd2-70c5-bf9a-3f368e0b24c8",ccr,innehaver,"69c5594b-11bb-4ebf-b89d-125d7a7f338e",e2564ede-a4d2-4ce0-bad1-579797437c69 | |
1881274,added,"0195fb29-038b-7d16-9071-903b088c947e",ccr,ikke-naeringsdrivende-hovedenhet,a40f5845-268c-442b-9e37-8f6ad2052536,"4c870238-392d-419a-83f9-b3dd2e2d8ddf" | |
1881273,added,"0195fb29-037d-77bd-8025-d70ca9202903",ccr,bostyrer,"4c870238-392d-419a-83f9-b3dd2e2d8ddf","9097a8ad-10be-4513-a2a2-c90d8d7735ea" | |
1881272,added,"0195fb06-2cd6-7557-9ea6-ee01086de7b6",ccr,styreleder,"465773b3-ac4d-41d5-bb8a-89c7dab906b0","60cb93ed-7426-44d3-80dc-1b056aab337e" | |
1881241,added,"0195fae5-50ad-716c-a5bc-1f5908e0a8a6",ccr,innehaver, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// See https://aka.ms/new-console-template for more information | |
using MassTransit; | |
using MassTransit.Testing; | |
using Microsoft.Extensions.DependencyInjection; | |
using System.Diagnostics; | |
namespace MTTest; | |
public class Program | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
to_party | identifier | count | |
---|---|---|---|
c27c7679-779e-4d79-a1dd-dccf2fe80f3e | revisor | 33366 | |
27229997-f13d-4f25-9416-748695fb8e22 | revisor | 24042 | |
859a5136-ddc8-4f07-9dec-a6312e2907cf | revisor | 21970 | |
e6e344c8-9c02-4d16-bd95-4f5e61bec26a | revisor | 19260 | |
6bcc8f8b-8ed8-4f04-8088-3f15bdb8e269 | regnskapsforer | 13757 | |
f15906fc-3d51-4d2f-b118-d8f412e99cda | revisor | 13534 | |
687c8b07-b463-41bb-b8b8-4981e41aaa76 | revisor | 11983 | |
9a7d9661-b069-4897-9c23-8bf062809859 | revisor | 6215 | |
226a99de-4096-4727-ad17-d67a0d5eece8 | regnskapsforer | 6014 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2025-02-20T23:34:29 at Altinn.Register.PartyImport.PartyImportBatchConsumer.Consume(ConsumeContext`1 context) in C:\Users\ALEHEI\hub\altinn-register\src\Altinn.Register\src\Altinn.Register\PartyImport\PartyImportBatchConsumer.cs:line 58 | |
2025-02-20T23:34:29 at MassTransit.DependencyInjection.ScopeConsumerFactory`1.Send[TMessage](ConsumeContext`1 context, IPipe`1 next) in /_/src/MassTransit/DependencyInjection/DependencyInjection/ScopeConsumerFactory.cs:line 22 | |
2025-02-20T23:34:29 at MassTransit.DependencyInjection.ScopeConsumerFactory`1.Send[TMessage](ConsumeContext`1 context, IPipe`1 next) in /_/src/MassTransit/DependencyInjection/DependencyInjection/ScopeConsumerFactory.cs:line 22 | |
2025-02-20T23:34:29 at MassTransit.Middleware.ConsumerMessageFilter`2.MassTransit.IFilter<MassTransit.ConsumeContext<TMessage>>.Send(ConsumeContext`1 context, IPipe`1 next) in /_/src/MassTransit/Middleware/ConsumerMessageFilter.cs:line 48 | |
2025-02-20T23:34:29 at MassTransit.Middleware.Con |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
at Azure.Messaging.ServiceBus.Amqp.AmqpSender.SendBatchInternalAsync(AmqpMessage batchMessage, TimeSpan timeout, CancellationToken cancellationToken) | |
at Azure.Messaging.ServiceBus.Amqp.AmqpSender.SendBatchInternalAsync(AmqpMessage batchMessage, TimeSpan timeout, CancellationToken cancellationToken) | |
at Azure.Messaging.ServiceBus.Amqp.AmqpSender.<>c.<<SendAsync>b__32_0>d.MoveNext() | |
--- End of stack trace from previous location --- | |
at Azure.Messaging.ServiceBus.ServiceBusRetryPolicy.<>c__22`1.<<RunOperation>b__22_0>d.MoveNext() | |
--- End of stack trace from previous location --- | |
at Azure.Messaging.ServiceBus.ServiceBusRetryPolicy.RunOperation[T1,TResult](Func`4 operation, T1 t1, TransportConnectionScope scope, CancellationToken cancellationToken, Boolean logTimeoutRetriesAsVerbose) | |
at Azure.Messaging.ServiceBus.ServiceBusRetryPolicy.RunOperation[T1,TResult](Func`4 operation, T1 t1, TransportConnectionScope scope, CancellationToken cancellationToken, Boolean logTimeoutRetriesAsVerbose) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MERGE INTO register.external_role_assignment era USING ( | |
SELECT | |
p_from_party from_party, | |
p_source "source", | |
a.to_party, | |
a.identifier | |
FROM | |
unnest(p_assignments) a | |
) upd ON era.from_party = upd.from_party | |
AND era.to_party = upd.to_party |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE FUNCTION register.upsert_external_role_assignments( | |
p_from_party uuid, | |
p_source register.party_source, | |
p_cmd_id uuid, | |
p_assignments register.arg_upsert_external_role_assignmen[] | |
) | |
RETURNS TABLE ( | |
"type" register.external_role_assignment_event_type NOT NULL, | |
"source" register.party_source NOT NULL, | |
identifier register.identifier NOT NULL, |
NewerOlder