Method | Description | |
---|---|---|
FindAll ( |
Finds and builds an array of SccStamp instances from all the SccAttribute attributes applied to the given assembly.
|
|
FindLatest ( |
Finds the latest SCC stamp for an assembly. The latest stamp is the one with the highest revision number.
|
|
FindLatest ( |
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 ( |
Sorts an array of SccStamp objects by their revision numbers in ascending order.
|
|
SortByRevision ( |
Sorts an array of SccStamp objects by their revision numbers in ascending or descending order.
|
|
ToString ( ) : string |
Method | Description | |
---|---|---|
SccStamp ( ) : System |
public static FindAll ( |
||
assembly | ||
return | Elmah.SccStamp[] |
public static FindLatest ( |
||
assembly | ||
return |
public static FindLatest ( |
||
stamps | ||
return |
public static SortByRevision ( |
||
stamps | ||
return | void |
public static SortByRevision ( |
||
stamps | ||
descending | bool | |
return | void |