System.ServiceOfferingOferta de servicio

System.ServiceOffering (ClassType)

Define las propiedades básicas de las ofertas de servicio

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ESN) Description (ESN) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nombre para mostrar Nombre para mostrar del objeto. false 4000  False     
System.Extension:
ID  string  Identificador Identificador true 65536  False     
Domain  string  Dominio Dominio false 65536  False     
Path  string  Ruta de acceso Ruta de acceso false 65536  False     
Internal_ManagementPackId  guid  Id. de módulo de administración Id. de módulo de administración false 256       
Internal_ElementId  guid  Id. de elemento Id. de elemento false 256       
Internal_ParentId  guid  Id. primario Id. primario false 256       
System.ManagementPackElement:
Comment  string  Comentario Comentario false 256  False     
System.Offering:
Title  string  Título Título de la oferta false 256  False     
Notes  string  Notas Notas de la oferta false 4000  False     
BriefDescription  string  Breve descripción Breve descripción de la oferta false 4000  False     
Overview  string  Información general Información general de la oferta false 4000  False     
PublishDate  datetime  Fecha de publicación Fecha de publicación de la oferta false 256       
Image  binary  Imagen Icono de la oferta false 256       
Status  enum  Estado Estado de la oferta false 256    System.Offering.StatusEnum.Draft  System.Offering.StatusEnum 
System.ServiceOffering:
Category  enum  Categoría Categoría de la oferta de servicio false 256    System.ServiceOffering.CategoryEnum.General  System.ServiceOffering.CategoryEnum 
CultureName  string  Nombre de la referencia cultural Nombre de la referencia cultural de la oferta false 24  False     
SLAInformation  string  Información del SLA Información del SLA false 4000  False     
SLAInformationLink  string  Vínculo a la información del SLA Vínculo a la información del SLA false 1024  False     
CostInformation  string  Información de costo Información de costo de la oferta de servicio false 4000  False     
CostInformationLink  string  Vínculo a la información de costo Vínculo a la información de costo 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>