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
[DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
public sealed class ServiceVersionSearchResult : SearchResult
Constructors
ServiceVersionSearchResult()
Declaration
public ServiceVersionSearchResult()
Properties
IsVirtual
Gets or sets the flag indicating that service is virtual.
Declaration
[DataMember]
public bool IsVirtual { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Kind
Gets or sets the kind of service: SOAP, REST, or Open Data.
Declaration
[DataMember]
public ServiceKind Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| ServiceKind |
ServiceId
Gets or sets the service identifier.
Declaration
[DataMember]
public int ServiceId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ServiceName
Gets or sets the service friendly name.
Declaration
[DataMember]
public string ServiceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
Gets or sets the service version current status.
Declaration
[DataMember]
public ServiceVersionStatus Status { get; set; }
Property Value
| Type | Description |
|---|---|
| ServiceVersionStatus |
Version
Gets or sets the custom-defined version identifier.
Declaration
[DataMember]
public string Version { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VersionNumber
Gets or sets the service version sequential number.
Declaration
[DataMember]
public int VersionNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| int |