Class ServiceVersionSearchResult
Represents a single services version that matches service versions search query.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Entities.Search
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class ServiceVersionSearchResult : SearchResult
Constructors
ServiceVersionSearchResult()
Declaration
public ServiceVersionSearchResult()
Properties
IsVirtual
Gets or sets the flag indicating that service is virtual.
Declaration
public bool IsVirtual { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Kind
Gets or sets the kind of service: SOAP, REST, or Open Data.
Declaration
public ServiceKind Kind { get; set; }
Property Value
Type | Description |
---|---|
ServiceKind |
ServiceId
Gets or sets the service identifier.
Declaration
public int ServiceId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
ServiceName
Gets or sets the service friendly name.
Declaration
public string ServiceName { get; set; }
Property Value
Type | Description |
---|---|
String |
Status
Gets or sets the service version current status.
Declaration
public ServiceVersionStatus Status { get; set; }
Property Value
Type | Description |
---|---|
ServiceVersionStatus |
VersionNumber
Gets or sets the service version sequential number.
Declaration
public int VersionNumber { get; set; }
Property Value
Type | Description |
---|---|
Int32 |