Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Introduction

This event is thrown when a representation relationship is edited (valid from & valid to dates are changed) .

Event Information

Value

Available from version

(Preview) Release 7.21xx - Altenalptürm

Event ID

58

Event Data Contract

RepresentationRelationshipEdited

Event Data

The following data is contained in the event data.

{
  EventOccuredUtc: DateTime,
  EntityId : string,
  EntityType : string,
  Representative: SimpleCoreIdentityData,
  Represented: SimpleCoreIdentityData,
  ValidFrom: DateTime,
  ValidTo: DateTime / null
}

where SimpleCoreIdentityData is
{
  CoreIdentityId: uint,
  CoreIdentityDisplayName: string,
  CoreIdentityTypeId: uint,
  CoreIdentityTypeName: string
}

  • No labels