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()
    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
    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
    Object.Equals(Object)

    GetHashCode()

    Returns the hash code for this instance.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32

    Hash code of the current instance.

    Overrides
    Object.GetHashCode()

    Implements

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