C# Class GitSharp.Core.RevWalk.FooterKey

Case insensitive key for a FooterLine.
Afficher le fichier Open project: jagregory/GitSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
ACKED_BY FooterKey
CC FooterKey
SIGNED_OFF_BY FooterKey

Méthodes publiques

Méthode Description
FooterKey ( string keyName )

Create a key for a specific footer line.

ToString ( ) : string

Method Details

FooterKey() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

ACKED_BY public_oe static_oe property

Standard Acked-by
public static FooterKey,GitSharp.Core.RevWalk ACKED_BY
Résultat FooterKey

CC public_oe static_oe property

Standard CC
public static FooterKey,GitSharp.Core.RevWalk CC
Résultat FooterKey

SIGNED_OFF_BY public_oe static_oe property

Standard Signed-off-by
public static FooterKey,GitSharp.Core.RevWalk SIGNED_OFF_BY
Résultat FooterKey