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
public sealed class EndpointSearchResult : EndpointSearchBase
Constructors
EndpointSearchResult()
Declaration
public EndpointSearchResult()
Properties
EndpointId
Gets or sets the endpoint identifier.
Declaration
public int EndpointId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
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
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 |
---|---|
Int32 | Hash code calculated for this instance. |