C# Class RadaCode.InDoc.Data.DocumentNaming.SpecialNamings.SpecialNamingBase

Mostrar archivo Open project: maxpavlov/FlexNet

Protected Properties

Property Type Description
_editSync object

Public Methods

Method Description
ProcessGetNextForNaming ( string &res, int braceStart, int braceEnd, int codeIndex ) : void

Protected Methods

Method Description
GetCurrentValueByIndex ( int codeIndex ) : string
SaveNewValueByIndex ( int paramIndex, string value ) : void
SpecialNamingBase ( NamingApproach &approach ) : System

Method Details

GetCurrentValueByIndex() protected method

protected GetCurrentValueByIndex ( int codeIndex ) : string
codeIndex int
return string

ProcessGetNextForNaming() public abstract method

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

SaveNewValueByIndex() protected method

protected SaveNewValueByIndex ( int paramIndex, string value ) : void
paramIndex int
value string
return void

SpecialNamingBase() protected method

protected SpecialNamingBase ( NamingApproach &approach ) : System
approach NamingApproach
return System

Property Details

_editSync protected_oe static_oe property

protected static object _editSync
return object