C# Класс Bari.Core.Build.Dependencies.NoDependencies.NoDependencyFingerprint

Наследование: IDependencyFingerprint
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Instance IDependencyFingerprint

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
NoDependencyFingerprint ( ) : System.IO

Описание методов

Equals() публичный Метод

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.
Результат bool

Equals() публичный Метод

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.
Результат bool

GetHashCode() публичный Метод

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
Результат int

NoDependencyFingerprint() публичный Метод

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
Результат System.IO

Save() публичный Метод

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
Результат void

Описание свойств

Instance публичное статическое свойство

public static IDependencyFingerprint Instance
Результат IDependencyFingerprint