C# 클래스 Bari.Core.Build.Dependencies.NoDependencies.NoDependencyFingerprint

상속: IDependencyFingerprint
파일 보기 프로젝트 열기: vigoo/bari

공개 프로퍼티들

프로퍼티 타입 설명
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