C# 클래스 GitSharp.Core.RevWalk.FooterKey

Case insensitive key for a FooterLine.
파일 보기 프로젝트 열기: jagregory/GitSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ACKED_BY FooterKey
CC FooterKey
SIGNED_OFF_BY FooterKey

공개 메소드들

메소드 설명
FooterKey ( string keyName )

Create a key for a specific footer line.

ToString ( ) : string

메소드 상세

FooterKey() 공개 메소드

Create a key for a specific footer line.
public FooterKey ( string keyName )
keyName string Name of the footer line.

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

ACKED_BY 공개적으로 정적으로 프로퍼티

Standard Acked-by
public static FooterKey,GitSharp.Core.RevWalk ACKED_BY
리턴 FooterKey

CC 공개적으로 정적으로 프로퍼티

Standard CC
public static FooterKey,GitSharp.Core.RevWalk CC
리턴 FooterKey

SIGNED_OFF_BY 공개적으로 정적으로 프로퍼티

Standard Signed-off-by
public static FooterKey,GitSharp.Core.RevWalk SIGNED_OFF_BY
리턴 FooterKey