C# 클래스 RadaCode.InDoc.Data.DocumentNaming.SpecialNamings.SpecialNamingBase

파일 보기 프로젝트 열기: maxpavlov/FlexNet

보호된 프로퍼티들

프로퍼티 타입 설명
_editSync object

공개 메소드들

메소드 설명
ProcessGetNextForNaming ( string &res, int braceStart, int braceEnd, int codeIndex ) : void

보호된 메소드들

메소드 설명
GetCurrentValueByIndex ( int codeIndex ) : string
SaveNewValueByIndex ( int paramIndex, string value ) : void
SpecialNamingBase ( NamingApproach &approach ) : System

메소드 상세

GetCurrentValueByIndex() 보호된 메소드

protected GetCurrentValueByIndex ( int codeIndex ) : string
codeIndex int
리턴 string

ProcessGetNextForNaming() 공개 추상적인 메소드

public abstract ProcessGetNextForNaming ( string &res, int braceStart, int braceEnd, int codeIndex ) : void
res string
braceStart int
braceEnd int
codeIndex int
리턴 void

SaveNewValueByIndex() 보호된 메소드

protected SaveNewValueByIndex ( int paramIndex, string value ) : void
paramIndex int
value string
리턴 void

SpecialNamingBase() 보호된 메소드

protected SpecialNamingBase ( NamingApproach &approach ) : System
approach NamingApproach
리턴 System

프로퍼티 상세

_editSync 보호되어 있는 정적으로 프로퍼티

protected static object _editSync
리턴 object