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

Afficher le fichier Open project: maxpavlov/FlexNet

Protected Properties

Свойство Type Description
_editSync object

Méthodes publiques

Méthode Description
ProcessGetNextForNaming ( string &res, int braceStart, int braceEnd, int codeIndex ) : void

Méthodes protégées

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

Method Details

GetCurrentValueByIndex() protected méthode

protected GetCurrentValueByIndex ( int codeIndex ) : string
codeIndex int
Résultat string

ProcessGetNextForNaming() public abstract méthode

public abstract ProcessGetNextForNaming ( string &res, int braceStart, int braceEnd, int codeIndex ) : void
res string
braceStart int
braceEnd int
codeIndex int
Résultat void

SaveNewValueByIndex() protected méthode

protected SaveNewValueByIndex ( int paramIndex, string value ) : void
paramIndex int
value string
Résultat void

SpecialNamingBase() protected méthode

protected SpecialNamingBase ( NamingApproach &approach ) : System
approach NamingApproach
Résultat System

Property Details

_editSync protected_oe static_oe property

protected static object _editSync
Résultat object