C# 클래스 Octopus.Client.Model.SemanticVersionMask.MaskMatchedVersion.Component

파일 보기 프로젝트 열기: OctopusDeploy/Octo.exe

보호된 프로퍼티들

프로퍼티 타입 설명
matchGroup System.Text.RegularExpressions.Group

공개 메소드들

메소드 설명
Component ( Group matchGroup ) : System
EvaluateFromCurrent ( Component current, Component prevMaskComponent ) : string
EvaluateFromMask ( string seperator = "" ) : string
Substitute ( Component current ) : string

메소드 상세

Component() 공개 메소드

public Component ( Group matchGroup ) : System
matchGroup System.Text.RegularExpressions.Group
리턴 System

EvaluateFromCurrent() 공개 메소드

public EvaluateFromCurrent ( Component current, Component prevMaskComponent ) : string
current Component
prevMaskComponent Component
리턴 string

EvaluateFromMask() 공개 메소드

public EvaluateFromMask ( string seperator = "" ) : string
seperator string
리턴 string

Substitute() 공개 메소드

public Substitute ( Component current ) : string
current Component
리턴 string

프로퍼티 상세

matchGroup 보호되어 있는 프로퍼티

protected Group,System.Text.RegularExpressions matchGroup
리턴 System.Text.RegularExpressions.Group