Search Results for

    Show / Hide Table of Contents

    Class ServiceConfigurationReference

    Provides a reference to a service version configuration with its timestamp.

    Inheritance
    object
    ServiceConfigurationReference
    Implements
    IEquatable<ServiceConfigurationReference>
    Inherited Members
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    Namespace: Nevatech.Vsb.Repository.Services
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02", Name = "ServiceReference")]
    public sealed class ServiceConfigurationReference : IEquatable<ServiceConfigurationReference>

    Constructors

    ServiceConfigurationReference()

    Declaration
    public ServiceConfigurationReference()

    Properties

    LastUpdated

    Gets or sets the last updated date and time.

    Declaration
    [DataMember]
    public DateTime LastUpdated { get; set; }
    Property Value
    Type Description
    DateTime

    ServiceVersionId

    Gets or sets the service version id associated with the configuration.

    Declaration
    [DataMember]
    public int ServiceVersionId { get; set; }
    Property Value
    Type Description
    int

    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
    bool

    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
    bool

    True, if objects are equal. False, if objects are not equal.

    Overrides
    object.Equals(object)

    GetHashCode()

    Returns the hash code for this instance.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    Hash code of the current instance.

    Overrides
    object.GetHashCode()

    Implements

    IEquatable<T>
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation