Show / Hide Table of Contents

    Class ProductConfigurationReference

    Provides a reference to a product configuration with its timestamp.

    Inheritance
    Object
    ProductConfigurationReference
    Implements
    IEquatable<ProductConfigurationReference>
    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 ProductConfigurationReference : IEquatable<ProductConfigurationReference>

    Constructors

    ProductConfigurationReference()

    Declaration
    public ProductConfigurationReference()

    Properties

    LastUpdated

    Gets or sets the last updated date and time.

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

    ProductId

    Gets or sets the product id associated with the configuration.

    Declaration
    public int ProductId { get; set; }
    Property Value
    Type Description
    Int32

    Methods

    Equals(ProductConfigurationReference)

    Determines whether the specified object is equal to the current object.

    Declaration
    public bool Equals(ProductConfigurationReference other)
    Parameters
    Type Name Description
    ProductConfigurationReference 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