System.ServiceOfferingOferta de Serviço

System.ServiceOffering (ClassType)

Define as propriedades básicas de ofertas de serviços

Element properties:

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

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