System.RequestOfferingForespørselstilbud

System.RequestOffering (ClassType)

Definerer de grunnleggende egenskapene for forespørselstilbud

Element properties:

Base ClassSystem.Offering
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId2553370d-a7b2-f1eb-ce70-ce0818768281

Class Hierarchy:

Class Properties:

Property Name Type Display Name (NOR) Description (NOR) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Visningsnavn Visningsnavnet til objektet. false 4000  False     
System.Extension:
ID  string  ID ID true 65536  False     
Domain  string  Domene Domene false 65536  False     
Path  string  Bane Bane false 65536  False     
Internal_ManagementPackId  guid  ID for administrasjonspakke ID for administrasjonspakke false 256       
Internal_ElementId  guid  Element-ID Element-ID false 256       
Internal_ParentId  guid  Overordnet-ID Overordnet-ID false 256       
System.ManagementPackElement:
Comment  string  Kommentar Kommentar false 256  False     
System.Offering:
Title  string  Tittel Tilbudstittel false 256  False     
Notes  string  Notater Tilbudsnotater false 4000  False     
BriefDescription  string  Kort beskrivelse Kort beskrivelse av tilbud false 4000  False     
Overview  string  Oversikt Oversikt over tilbud false 4000  False     
PublishDate  datetime  Publiseringsdato Publiseringsdato for tilbud false 256       
Image  binary  Bilde Tilbudsikon false 256       
Status  enum  Status Tilbudsstatus false 256    System.Offering.StatusEnum.Draft  System.Offering.StatusEnum 
System.RequestOffering:
EstimatedTimeToCompletion  string  Beregnet tid før fullføring Beregnet tid før forespørselen er fullført false 4000  False     
HideGotoRequestButton  bool  Skjul Gå til forespørsel-knapp Skjul Gå til forespørsel-knapp false 256    false   
TargetTemplate  string  Målmal Mal som brukes av forespørselstilbudet false 4000  False     
PresentationMappingTemplate  string  Mal for presentasjonstilordning Tilordner typeprojeksjonsegenskaper til ledetekster false 655360  False     

Health Model:

Source Code:

<ClassType ID="System.RequestOffering" Accessibility="Public" Abstract="false" Base="System.Offering">
<Property ID="EstimatedTimeToCompletion" Type="string" MaxLength="4000"/>
<!--Used to hide go to request button in portal. fix for DCR #227275-->
<Property ID="HideGotoRequestButton" Type="bool" DefaultValue="false"/>
<Property ID="TargetTemplate" Type="string" MaxLength="4000"/>
<!--Schematized XML to be represented as an element-->
<Property ID="PresentationMappingTemplate" Type="string" MaxLength="655360"/>
</ClassType>