C# Class TfsCommitMonitor.SourceControl.TfsExtensions

ファイルを表示 Open project: Vooban/vooban.tfs.commitmonitor

Public Methods

Method Description
AreAllSet ( this value ) : bool
IsOneFlagSet ( this value ) : bool
IsSet ( this value, ChangeType flag ) : bool

Method Details

AreAllSet() public static method

public static AreAllSet ( this value ) : bool
value this
return bool

IsOneFlagSet() public static method

public static IsOneFlagSet ( this value ) : bool
value this
return bool

IsSet() public static method

public static IsSet ( this value, ChangeType flag ) : bool
value this
flag ChangeType
return bool