C# Class GitSharp.Core.RevWalk.FooterKey

Case insensitive key for a FooterLine.
Mostra file Open project: jagregory/GitSharp Class Usage Examples

Public Properties

Property Type Description
ACKED_BY FooterKey
CC FooterKey
SIGNED_OFF_BY FooterKey

Public Methods

Method Description
FooterKey ( string keyName )

Create a key for a specific footer line.

ToString ( ) : string

Method Details

FooterKey() public method

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

ToString() public method

public ToString ( ) : string
return string

Property Details

ACKED_BY public_oe static_oe property

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

CC public_oe static_oe property

Standard CC
public static FooterKey,GitSharp.Core.RevWalk CC
return FooterKey

SIGNED_OFF_BY public_oe static_oe property

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