System.ServiceOfferingOferta de Serviço

System.ServiceOffering (ClassType)

Define as propriedades básicas das ofertas de serviço

Element properties:

Base ClassSystem.Offering
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId6460104c-4c61-7c9f-0925-f6d2c3763fae

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.ServiceOffering:
Category  enum  Categoria Categoria da oferta de serviço false 256    System.ServiceOffering.CategoryEnum.General  System.ServiceOffering.CategoryEnum 
CultureName  string  Nome da cultura Nome de cultura da oferta false 24  False     
SLAInformation  string  Informação do SLA Informação do SLA false 4000  False     
SLAInformationLink  string  Ligação para a Informação do SLA Ligação para a Informação do SLA false 1024  False     
CostInformation  string  Informação do Custo Informação sobre o custo da oferta de serviço false 4000  False     
CostInformationLink  string  Ligação para a Informação do Custo Ligação para a Informação do Custo 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>