C# Class Dev2.Simulation.SimulationResult

Inheritance: ISimulationResult
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
Equals ( ISimulationResult other ) : bool

Indicates whether the current object is equal to another object of the same type.

Equals ( object obj ) : bool

Determines whether the specified T:System.Object is equal to the current T:System.Object.

GetHashCode ( ) : int

Serves as a hash function for a particular type.

GetObjectData ( SerializationInfo info, StreamingContext context ) : void
SimulationResult ( ) : System
operator ( ) : bool

Méthodes protégées

Méthode Description
SimulationResult ( SerializationInfo info, StreamingContext context ) : System

Method Details

Equals() public méthode

Indicates whether the current object is equal to another object of the same type.
public Equals ( ISimulationResult other ) : bool
other ISimulationResult An object to compare with this object.
Résultat bool

Equals() public méthode

Determines whether the specified T:System.Object is equal to the current T:System.Object.
public Equals ( object obj ) : bool
obj object The object to compare with the current object.
Résultat bool

GetHashCode() public méthode

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
Résultat int

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

SimulationResult() public méthode

public SimulationResult ( ) : System
Résultat System

SimulationResult() protected méthode

protected SimulationResult ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool