Interface IExtendedParamEditorInfo
Namespace: ArtOfTest.Common.Design.Extensibility
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface IExtendedParamEditorInfo
Methods
GetExtendedEditorInfo(DescriptorValueStore)
Declaration
void GetExtendedEditorInfo(DescriptorValueStore valueStore)
Parameters
DescriptorValueStore
valueStore
|
OnParameterChanged(SentenceParam, Sentence)
Declaration
void OnParameterChanged(SentenceParam param, Sentence context)
Parameters
SentenceParam
param
|
Sentence
context
|