Class SoftwareUpdateStateTransition
Defines a transition of the Software
Inheritance
System.Object
SoftwareUpdateStateTransition
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Infrastructure.SoftwareUpdate
Assembly: Sartorius.SAF.dll
Syntax
public class SoftwareUpdateStateTransition
Constructors
View SourceSoftwareUpdateStateTransition(SoftwareUpdateState, SoftwareUpdateStateTransitionReason)
Initializes a new instance of the Software
Declaration
public SoftwareUpdateStateTransition(SoftwareUpdateState softwareUpdateState, SoftwareUpdateStateTransitionReason softwareUpdateStateTransitionReason)
Parameters
Type | Name | Description |
---|---|---|
Software |
softwareUpdateState | The Software |
Software |
softwareUpdateStateTransitionReason |
Properties
View SourceSoftwareUpdateState
Gets the Software
Declaration
public SoftwareUpdateState SoftwareUpdateState { get; }
Property Value
Type | Description |
---|---|
Software |
SoftwareUpdateStateTransitionReason
Gets the Software
Declaration
public SoftwareUpdateStateTransitionReason SoftwareUpdateStateTransitionReason { get; }
Property Value
Type | Description |
---|---|
Software |
Methods
View SourceEquals(Object)
Determines whether the specified object is equal to the current object.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System. |
obj | The object to compare with the current object. |
Returns
Type | Description |
---|---|
System. |
true if the specified object is equal to the current object; otherwise, false. |
Overrides
System.Object.Equals(System.Object)
View Source
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System. |
A hash code for the current object. |
Overrides
System.Object.GetHashCode()