System.RequestOfferingOferta de Pedido

System.RequestOffering (ClassType)

Define as propriedades básicas das ofertas de pedido

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PTG) Description (PTG) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nome a Apresentar Nome a apresentar do objecto. 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 Gestão ID do Pacote de Gestão false 256       
Internal_ElementId  guid  ID do Elemento ID do Elemento false 256       
Internal_ParentId  guid  ID Principal ID Principal 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 das ofertas false 4000  False     
BriefDescription  string  Breve descrição Breve descrição da oferta false 4000  False     
Overview  string  Descrição Geral Descrição geral da oferta false 4000  False     
PublishDate  datetime  Data de Publicação Data de publicação da oferta false 256       
Image  binary  Imagem Ícone da oferta false 256       
Status  enum  Estado Estado da oferta false 256    System.Offering.StatusEnum.Draft  System.Offering.StatusEnum 
System.RequestOffering:
EstimatedTimeToCompletion  string  Tempo Estimado para Conclusão Tempo estimado para conclusão do pedido false 4000  False     
HideGotoRequestButton  bool  Ocultar o Botão Ir para Pedido Ocultar o botão Ir para Pedido false 256    false   
TargetTemplate  string  Modelo de Destino Modelo utilizado pela oferta de pedido false 4000  False     
PresentationMappingTemplate  string  Modelo do Mapeamento de Apresentação Realiza o mapeamento das propriedades de projecção de tipo para avisos 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>