C# Class Skybrud.Umbraco.GridData.GridUtils

Various utility methods for the grid.
Afficher le fichier Open project: skybrud/Skybrud.Umbraco.GridData Class Usage Examples

Méthodes publiques

Méthode Description
GetBuildDate ( ) : System.DateTime

Gets the date of this build of Skybrud.Social.

GetBuildNumber ( ) : int

Gets the build number of the day. This is mostly used for internal purposes to distinguish builds with the same assembly version.

GetDaysSinceStart ( ) : int

Gets the amount of days between the date of this build and the date the project was started - that is the 30th of July, 2012.

GetFileVersion ( ) : string

Gets the file version as a string.

GetVersion ( ) : string

Gets the assembly version as a string.

Method Details

GetBuildDate() public static méthode

Gets the date of this build of Skybrud.Social.
public static GetBuildDate ( ) : System.DateTime
Résultat System.DateTime

GetBuildNumber() public static méthode

Gets the build number of the day. This is mostly used for internal purposes to distinguish builds with the same assembly version.
public static GetBuildNumber ( ) : int
Résultat int

GetDaysSinceStart() public static méthode

Gets the amount of days between the date of this build and the date the project was started - that is the 30th of July, 2012.
public static GetDaysSinceStart ( ) : int
Résultat int

GetFileVersion() public static méthode

Gets the file version as a string.
public static GetFileVersion ( ) : string
Résultat string

GetVersion() public static méthode

Gets the assembly version as a string.
public static GetVersion ( ) : string
Résultat string