Class EndpointSearchResult
Represents a single service endpoint that matches service endpoints 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 EndpointSearchResult : EndpointSearchBase
Constructors
EndpointSearchResult()
Declaration
public EndpointSearchResult()
Properties
EndpointId
Gets or sets the endpoint identifier.
Declaration
[DataMember]
public int EndpointId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ServiceVersionLastUpdate
Gets or sets the timestamp of the latest service version update. The update includes any changes in the service objects or downstream services that require virtual service to be restarted.
Declaration
[DataMember]
public DateTime ServiceVersionLastUpdate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Methods
GetHashCode()
Returns the hash code calculated for this instance.
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| int | Hash code calculated for this instance. |