Show / Hide Table of Contents

    Class ServiceConfigurationReference

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

    Inheritance
    System.Object
    ServiceConfigurationReference
    Implements
    System.IEquatable<ServiceConfigurationReference>
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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
    System.DateTime

    ServiceVersionId

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

    Declaration
    public int ServiceVersionId { get; set; }
    Property Value
    Type Description
    System.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
    System.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
    System.Object obj

    The object to compare with the current object.

    Returns
    Type Description
    System.Boolean

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

    Overrides
    System.Object.Equals(System.Object)

    GetHashCode()

    Returns the hash code for this instance.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32

    Hash code of the current instance.

    Overrides
    System.Object.GetHashCode()

    Implements

    System.IEquatable<T>
    Back to top Nevatech Sentinet 6.6 Online Documentation