System.ServiceOfferingTjenestetilbud

System.ServiceOffering (ClassType)

Definerer de grunnleggende egenskapene for tjenestetilbud

Element properties:

Base ClassSystem.Offering
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId2c40c623-a0df-7166-9e9a-2f869fb4d93f

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.ServiceOffering:
Category  enum  Kategori Kategori for tjenestetilbud false 256    System.ServiceOffering.CategoryEnum.General  System.ServiceOffering.CategoryEnum 
CultureName  string  Kulturnavn Kulturnavn for tilbud false 24  False     
SLAInformation  string  SLA-informasjon SLA-informasjon false 4000  False     
SLAInformationLink  string  Kobling til SLA-informasjon Kobling til SLA-informasjon false 1024  False     
CostInformation  string  Kostnadsinformasjon Kostnadsinformasjon for tjenestetilbud false 4000  False     
CostInformationLink  string  Kobling til kostnadsinformasjon Kobling til kostnadsinformasjon false 1024  False     

Health Model:

Source Code:

<ClassType ID="System.ServiceOffering" Accessibility="Public" Abstract="false" Base="System.Offering">
<Property ID="Category" Type="enum" EnumType="System.ServiceOffering.CategoryEnum" DefaultValue="System.ServiceOffering.CategoryEnum.General"/>
<Property ID="CultureName" Type="string" MaxLength="24"/>
<Property ID="SLAInformation" Type="string" MaxLength="4000"/>
<Property ID="SLAInformationLink" Type="string" MaxLength="1024"/>
<Property ID="CostInformation" Type="string" MaxLength="4000"/>
<Property ID="CostInformationLink" Type="string" MaxLength="1024"/>
</ClassType>