C# Class FSO.IDE.EditorComponent.OperandForms.DataProviders.OpStaticNamedPropertyProvider

Inheritance: OpNamedPropertyProvider
Mostra file Open project: RHY3756547/FreeSO

Public Methods

Method Description
GetNamedProperties ( EditorScope scope, VMPrimitiveOperand op ) : string>.Dictionary
OpStaticNamedPropertyProvider ( string>.Dictionary map ) : System
OpStaticNamedPropertyProvider ( List str ) : System
OpStaticNamedPropertyProvider ( STR strRes ) : System
OpStaticNamedPropertyProvider ( STR strRes, int startValue ) : System
OpStaticNamedPropertyProvider ( string str, int startValue ) : System

Method Details

GetNamedProperties() public method

public GetNamedProperties ( EditorScope scope, VMPrimitiveOperand op ) : string>.Dictionary
scope EditorScope
op VMPrimitiveOperand
return string>.Dictionary

OpStaticNamedPropertyProvider() public method

public OpStaticNamedPropertyProvider ( string>.Dictionary map ) : System
map string>.Dictionary
return System

OpStaticNamedPropertyProvider() public method

public OpStaticNamedPropertyProvider ( List str ) : System
str List
return System

OpStaticNamedPropertyProvider() public method

public OpStaticNamedPropertyProvider ( STR strRes ) : System
strRes FSO.Files.Formats.IFF.Chunks.STR
return System

OpStaticNamedPropertyProvider() public method

public OpStaticNamedPropertyProvider ( STR strRes, int startValue ) : System
strRes FSO.Files.Formats.IFF.Chunks.STR
startValue int
return System

OpStaticNamedPropertyProvider() public method

public OpStaticNamedPropertyProvider ( string str, int startValue ) : System
str string
startValue int
return System