C# Class ReCommendedExtension.ContextActions.CodeContracts.EnumKnownValues

Inheritance: AddContractContextAction
Exibir arquivo Open project: prodot/ReCommended-Extension

Public Methods

Method Description
EnumKnownValues ( [ provider ) : System.Collections.Generic

Protected Methods

Method Description
GetContractTextForUI ( string contractIdentifier ) : string
GetExpression ( CSharpElementFactory factory, IExpression contractExpression ) : IExpression
IsAvailableForType ( IType type ) : bool

Method Details

EnumKnownValues() public method

public EnumKnownValues ( [ provider ) : System.Collections.Generic
provider [
return System.Collections.Generic

GetContractTextForUI() protected method

protected GetContractTextForUI ( string contractIdentifier ) : string
contractIdentifier string
return string

GetExpression() protected method

protected GetExpression ( CSharpElementFactory factory, IExpression contractExpression ) : IExpression
factory CSharpElementFactory
contractExpression IExpression
return IExpression

IsAvailableForType() protected method

protected IsAvailableForType ( IType type ) : bool
type IType
return bool