C# 클래스 ReCommendedExtension.ContextActions.CodeContracts.StringNotNullAndNotEmpty

상속: AddContractContextAction
파일 보기 프로젝트 열기: prodot/ReCommended-Extension

공개 메소드들

메소드 설명
StringNotNullAndNotEmpty ( [ provider ) : JetBrains.Annotations

보호된 메소드들

메소드 설명
GetContractTextForUI ( string contractIdentifier ) : string
GetExpression ( CSharpElementFactory factory, IExpression contractExpression ) : IExpression
IsAvailableForType ( IType type ) : bool
TryGetAnnotationAttributeTypeName ( ) : string

메소드 상세

GetContractTextForUI() 보호된 메소드

protected GetContractTextForUI ( string contractIdentifier ) : string
contractIdentifier string
리턴 string

GetExpression() 보호된 메소드

protected GetExpression ( CSharpElementFactory factory, IExpression contractExpression ) : IExpression
factory CSharpElementFactory
contractExpression IExpression
리턴 IExpression

IsAvailableForType() 보호된 메소드

protected IsAvailableForType ( IType type ) : bool
type IType
리턴 bool

StringNotNullAndNotEmpty() 공개 메소드

public StringNotNullAndNotEmpty ( [ provider ) : JetBrains.Annotations
provider [
리턴 JetBrains.Annotations

TryGetAnnotationAttributeTypeName() 보호된 메소드

protected TryGetAnnotationAttributeTypeName ( ) : string
리턴 string