C# Class EventStore.VSTools.PropertyPages.PropertyPageBase

Inheritance: Microsoft.VisualStudio.Project.SettingsPage
Mostra file Open project: AlexeyRaga/esvstools

Protected Methods

Method Description
Evaluate ( string value ) : string

Expand property in value.

GetPropertyValue ( string propertyName ) : string
SetPropertyValue ( string propertyName, string value ) : void

Method Details

Evaluate() protected method

Expand property in value.
protected Evaluate ( string value ) : string
value string Value whith $(...) splaces.
return string

GetPropertyValue() protected method

protected GetPropertyValue ( string propertyName ) : string
propertyName string
return string

SetPropertyValue() protected method

protected SetPropertyValue ( string propertyName, string value ) : void
propertyName string
value string
return void