Class ServiceConfigurationReference
Provides a reference to a service version configuration with its timestamp.
Implements
Inherited Members
Namespace: Nevatech.Vsb.Repository.Services
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class ServiceConfigurationReference : IEquatable<ServiceConfigurationReference>
Constructors
ServiceConfigurationReference()
Declaration
public ServiceConfigurationReference()
Properties
LastUpdated
Gets or sets the last updated date and time.
Declaration
public DateTime LastUpdated { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
ServiceVersionId
Gets or sets the service version id associated with the configuration.
Declaration
public int ServiceVersionId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
Equals(ServiceConfigurationReference)
Determines whether the specified object is equal to the current object.
Declaration
public bool Equals(ServiceConfigurationReference other)
Parameters
Type | Name | Description |
---|---|---|
ServiceConfigurationReference | other | The object to compare with the current object. |
Returns
Type | Description |
---|---|
Boolean | True, if objects are equal. False, if objects are not equal. |
Equals(Object)
Determines whether the specified object is equal to the current object.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
Object | obj | The object to compare with the current object. |
Returns
Type | Description |
---|---|
Boolean | True, if objects are equal. False, if objects are not equal. |
Overrides
GetHashCode()
Returns the hash code for this instance.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
Int32 | Hash code of the current instance. |