C# 클래스 GSF.Snap.SnapTypeBase

The interface that is required to use as a value in SortedTree
파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void

Clears the key

MethodCopy ( byte source, byte destination ) : void

Executes a copy command without modifying the current class.

Read ( BinaryStreamBase stream ) : void

Reads the provided key from the stream.

Read ( Stream stream ) : void
Read ( byte stream ) : void

Reads the key from the stream

SetMax ( ) : void

Sets the privided key to it's maximum value

SetMin ( ) : void

Sets the provided key to it's minimum value

Write ( BinaryStreamBase stream ) : void

Writes the provided data to the BinaryWriter

Write ( Stream stream ) : void
Write ( byte stream ) : void

Writes the key to the stream

보호된 메소드들

메소드 설명
SnapTypeBase ( ) : System

Ensures that only SnapTypeBase{T} inherits from this class.

메소드 상세

Clear() 공개 추상적인 메소드

Clears the key
public abstract Clear ( ) : void
리턴 void

MethodCopy() 공개 메소드

Executes a copy command without modifying the current class.
public MethodCopy ( byte source, byte destination ) : void
source byte
destination byte
리턴 void

Read() 공개 추상적인 메소드

Reads the provided key from the stream.
public abstract Read ( BinaryStreamBase stream ) : void
stream GSF.IO.BinaryStreamBase
리턴 void

Read() 공개 메소드

public Read ( Stream stream ) : void
stream Stream
리턴 void

Read() 공개 메소드

Reads the key from the stream
public Read ( byte stream ) : void
stream byte
리턴 void

SetMax() 공개 추상적인 메소드

Sets the privided key to it's maximum value
public abstract SetMax ( ) : void
리턴 void

SetMin() 공개 추상적인 메소드

Sets the provided key to it's minimum value
public abstract SetMin ( ) : void
리턴 void

SnapTypeBase() 보호된 메소드

Ensures that only SnapTypeBase{T} inherits from this class.
protected SnapTypeBase ( ) : System
리턴 System

Write() 공개 추상적인 메소드

Writes the provided data to the BinaryWriter
public abstract Write ( BinaryStreamBase stream ) : void
stream GSF.IO.BinaryStreamBase
리턴 void

Write() 공개 메소드

public Write ( Stream stream ) : void
stream Stream
리턴 void

Write() 공개 메소드

Writes the key to the stream
public Write ( byte stream ) : void
stream byte
리턴 void