C# Класс Skybrud.Umbraco.GridData.GridUtils

Various utility methods for the grid.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

GetBuildDate() публичный статический Метод

Gets the date of this build of Skybrud.Social.
public static GetBuildDate ( ) : System.DateTime
Результат System.DateTime

GetBuildNumber() публичный статический Метод

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
Результат int

GetDaysSinceStart() публичный статический Метод

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
Результат int

GetFileVersion() публичный статический Метод

Gets the file version as a string.
public static GetFileVersion ( ) : string
Результат string

GetVersion() публичный статический Метод

Gets the assembly version as a string.
public static GetVersion ( ) : string
Результат string