C# Class SpecFlowDocCreator.Services.NUnit.NullChecker

ファイルを表示 Open project: marcusoftnet/SpecFlow.DocCreator

Public Methods

Method Description
ValueOrEmptyString ( this attribute ) : string
ValueOrFalse ( this attribute ) : bool
ValueOrZero ( this attribute ) : int

Method Details

ValueOrEmptyString() public static method

public static ValueOrEmptyString ( this attribute ) : string
attribute this
return string

ValueOrFalse() public static method

public static ValueOrFalse ( this attribute ) : bool
attribute this
return bool

ValueOrZero() public static method

public static ValueOrZero ( this attribute ) : int
attribute this
return int