System.RequestOfferingOferta żądania

System.RequestOffering (ClassType)

Definiuje podstawowe właściwości ofert żądania

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PLK) Description (PLK) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nazwa wyświetlana Wyświetlana nazwa obiektu. false 4000  False     
System.Extension:
ID  string  Identyfikator Identyfikator true 65536  False     
Domain  string  Domena Domena false 65536  False     
Path  string  Ścieżka Ścieżka false 65536  False     
Internal_ManagementPackId  guid  Identyfikator pakietu administracyjnego Identyfikator pakietu administracyjnego false 256       
Internal_ElementId  guid  Identyfikator elementu Identyfikator elementu false 256       
Internal_ParentId  guid  Identyfikator elementu nadrzędnego Identyfikator elementu nadrzędnego false 256       
System.ManagementPackElement:
Comment  string  Komentarz Komentarz false 256  False     
System.Offering:
Title  string  Tytuł Tytuł oferty false 256  False     
Notes  string  Uwagi Uwagi dotyczące oferty false 4000  False     
BriefDescription  string  Krótki opis Krótki opis oferty false 4000  False     
Overview  string  Przegląd Przegląd oferty false 4000  False     
PublishDate  datetime  Data opublikowania Data opublikowania oferty false 256       
Image  binary  Obraz Ikona oferty false 256       
Status  enum  Stan Stan oferty false 256    System.Offering.StatusEnum.Draft  System.Offering.StatusEnum 
System.RequestOffering:
EstimatedTimeToCompletion  string  Szacowany czas do ukończenia Szacowany czas do ukończenia żądania false 4000  False     
HideGotoRequestButton  bool  Ukryj przycisk Przejdź do żądania Ukrywanie przycisku Przejdź do żądania false 256    false   
TargetTemplate  string  Szablon docelowy Szablon użyty przez ofertę żądania false 4000  False     
PresentationMappingTemplate  string  Szablon odwzorowania prezentacji Właściwości projekcji typu map do monitów 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>