C# 클래스 Skybrud.Umbraco.GridData.GridUtils

Various utility methods for the grid.
파일 보기 프로젝트 열기: skybrud/Skybrud.Umbraco.GridData 1 사용 예제들

공개 메소드들

메소드 설명
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