C# Class Bari.Core.Build.Dependencies.NoDependencies.NoDependencyFingerprint

Inheritance: IDependencyFingerprint
Afficher le fichier Open project: vigoo/bari

Méthodes publiques

Свойство Type Description
Instance IDependencyFingerprint

Méthodes publiques

Méthode Description
Equals ( IDependencyFingerprint 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.

NoDependencyFingerprint ( IProtocolSerializer serializer, Stream sourceStream ) : System.IO

Serialization constructor for NoDependencyFingerprint

Save ( IProtocolSerializer serializer, Stream targetStream ) : void

Saves the fingerprint to the given target stream

Private Methods

Méthode Description
NoDependencyFingerprint ( ) : System.IO

Method Details

Equals() public méthode

Indicates whether the current object is equal to another object of the same type.
public Equals ( IDependencyFingerprint other ) : bool
other IDependencyFingerprint 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

NoDependencyFingerprint() public méthode

Serialization constructor for NoDependencyFingerprint
public NoDependencyFingerprint ( IProtocolSerializer serializer, Stream sourceStream ) : System.IO
serializer IProtocolSerializer Serializer implementation to be used
sourceStream System.IO.Stream Stream representing this object
Résultat System.IO

Save() public méthode

Saves the fingerprint to the given target stream
public Save ( IProtocolSerializer serializer, Stream targetStream ) : void
serializer IProtocolSerializer The serializer implementation to be used
targetStream System.IO.Stream The stream to be used when serializing the fingerprint
Résultat void

Property Details

Instance public_oe static_oe property

public static IDependencyFingerprint Instance
Résultat IDependencyFingerprint