System.RequestOfferingOferta de Solicitação

System.RequestOffering (ClassType)

Define as propriedades básicas de ofertas de solicitação

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PTB) Description (PTB) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nome para exibição Nome para exibição do objeto. false 4000  False     
System.Extension:
ID  string  ID ID true 65536  False     
Domain  string  Domínio Domínio false 65536  False     
Path  string  Caminho Caminho false 65536  False     
Internal_ManagementPackId  guid  Id do Pacote de Gerenciamento Id do Pacote de Gerenciamento false 256       
Internal_ElementId  guid  Id do Elemento Id do Elemento false 256       
Internal_ParentId  guid  Id do Pai Id do Pai false 256       
System.ManagementPackElement:
Comment  string  Comentário Comentário false 256  False     
System.Offering:
Title  string  Título Título da oferta false 256  False     
Notes  string  Notas Notas de ofertas false 4000  False     
BriefDescription  string  Breve descrição Breve descrição da oferta false 4000  False     
Overview  string  Visão Geral Visão geral de ofertas false 4000  False     
PublishDate  datetime  Data de Publicação Data de publicação da oferta false 256       
Image  binary  Imagem Ícone de oferta false 256       
Status  enum  Status Status da oferta false 256    System.Offering.StatusEnum.Draft  System.Offering.StatusEnum 
System.RequestOffering:
EstimatedTimeToCompletion  string  Tempo Estimado para Conclusão Tempo estimado para concluir a solicitação. false 4000  False     
HideGotoRequestButton  bool  Ocultar Botão Ir para Solicitação Ocultar botão ir para solicitação false 256    false   
TargetTemplate  string  Modelo de Destino Modelo usado pela oferta de solicitação false 4000  False     
PresentationMappingTemplate  string  Modelo de Mapeamento de Apresentação Faz o mapeamento de propriedades de projeção de tipo para prompts 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>