System.RequestOfferingOfferta di richiesta

System.RequestOffering (ClassType)

Definisce le proprietà di base delle offerte di richiesta

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ITA) Description (ITA) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nome visualizzato Nome visualizzato dell'oggetto. false 4000  False     
System.Extension:
ID  string  ID ID true 65536  False     
Domain  string  Dominio Dominio false 65536  False     
Path  string  Percorso Percorso false 65536  False     
Internal_ManagementPackId  guid  ID Management Pack ID Management Pack false 256       
Internal_ElementId  guid  ID elemento ID elemento false 256       
Internal_ParentId  guid  ID padre ID padre false 256       
System.ManagementPackElement:
Comment  string  Commento Commento false 256  False     
System.Offering:
Title  string  Titolo Titolo dell'offerta false 256  False     
Notes  string  Note Note sull'offerta false 4000  False     
BriefDescription  string  Breve descrizione Breve descrizione dell'offerta false 4000  False     
Overview  string  Panoramica Panoramica dell'offerta false 4000  False     
PublishDate  datetime  Data di pubblicazione Data di pubblicazione dell'offerta false 256       
Image  binary  Immagine Icona dell'offerta false 256       
Status  enum  Stato Stato dell'offerta false 256    System.Offering.StatusEnum.Draft  System.Offering.StatusEnum 
System.RequestOffering:
EstimatedTimeToCompletion  string  Tempo di completamento stimato Tempo stimato per il completamento della richiesta false 4000  False     
HideGotoRequestButton  bool  Nascondere il pulsante Vai a modulo di richiesta Nascondere il pulsante Vai a modulo di richiesta false 256    false   
TargetTemplate  string  Modello destinazione Modello usato dall'offerta di richiesta false 4000  False     
PresentationMappingTemplate  string  Modello mapping presentazione Effettua il mapping delle proprietà di tipo di proiezione sui prompt 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>