C# 클래스 Elmah.SccStamp

파일 보기 프로젝트 열기: elmah/Elmah 1 사용 예제들

공개 메소드들

메소드 설명
FindAll ( Assembly assembly ) : Elmah.SccStamp[]

Finds and builds an array of SccStamp instances from all the SccAttribute attributes applied to the given assembly.

FindLatest ( Assembly assembly ) : SccStamp

Finds the latest SCC stamp for an assembly. The latest stamp is the one with the highest revision number.

FindLatest ( SccStamp stamps ) : SccStamp

Finds the latest stamp among an array of SccStamp objects. The latest stamp is the one with the highest revision number.

SccStamp ( string id ) : System

Initializes an SccStamp instance given a SCC stamp ID. The ID is expected to be in the format popularized by CVS and SVN.

SortByRevision ( SccStamp stamps ) : void

Sorts an array of SccStamp objects by their revision numbers in ascending order.

SortByRevision ( SccStamp stamps, bool descending ) : void

Sorts an array of SccStamp objects by their revision numbers in ascending or descending order.

ToString ( ) : string

비공개 메소드들

메소드 설명
SccStamp ( ) : System

메소드 상세

FindAll() 공개 정적인 메소드

Finds and builds an array of SccStamp instances from all the SccAttribute attributes applied to the given assembly.
public static FindAll ( Assembly assembly ) : Elmah.SccStamp[]
assembly System.Reflection.Assembly
리턴 Elmah.SccStamp[]

FindLatest() 공개 정적인 메소드

Finds the latest SCC stamp for an assembly. The latest stamp is the one with the highest revision number.
public static FindLatest ( Assembly assembly ) : SccStamp
assembly System.Reflection.Assembly
리턴 SccStamp

FindLatest() 공개 정적인 메소드

Finds the latest stamp among an array of SccStamp objects. The latest stamp is the one with the highest revision number.
public static FindLatest ( SccStamp stamps ) : SccStamp
stamps SccStamp
리턴 SccStamp

SccStamp() 공개 메소드

Initializes an SccStamp instance given a SCC stamp ID. The ID is expected to be in the format popularized by CVS and SVN.
public SccStamp ( string id ) : System
id string
리턴 System

SortByRevision() 공개 정적인 메소드

Sorts an array of SccStamp objects by their revision numbers in ascending order.
public static SortByRevision ( SccStamp stamps ) : void
stamps SccStamp
리턴 void

SortByRevision() 공개 정적인 메소드

Sorts an array of SccStamp objects by their revision numbers in ascending or descending order.
public static SortByRevision ( SccStamp stamps, bool descending ) : void
stamps SccStamp
descending bool
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string