Class ProductConfigurationReference
Provides a reference to a product configuration with its timestamp.
Implements
Inherited Members
Namespace: Nevatech.Vsb.Repository.Services
Assembly: Nevatech.Vsb.Repository.dll
Syntax
[DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02", Name = "ProductReference")]
public sealed class ProductConfigurationReference : IEquatable<ProductConfigurationReference>
Constructors
ProductConfigurationReference()
Declaration
public ProductConfigurationReference()
Properties
LastUpdated
Gets or sets the last updated date and time.
Declaration
[DataMember]
public DateTime LastUpdated { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
ProductId
Gets or sets the product id associated with the configuration.
Declaration
[DataMember]
public int ProductId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
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 |
|---|---|
| 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
GetHashCode()
Returns the hash code for this instance.
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| int | Hash code of the current instance. |