C# Class Spring.Transaction.Interceptor.TransactionAttributeSourceEditor.PropertiesEditor

Internal class to parse property values.
Datei anzeigen Open project: spring-projects/spring-net

Public Methods

Method Description
PropertiesEditor ( string properties ) : System.Collections

Creates a new instance of the Spring.Transaction.Interceptor.TransactionAttributeSourceEditor.PropertiesEditor class.

this ( string index ) : string

Indexer to return values based on index value.

Private Methods

Method Description
parseProperties ( string properties ) : void

Method Details

PropertiesEditor() public method

Creates a new instance of the Spring.Transaction.Interceptor.TransactionAttributeSourceEditor.PropertiesEditor class.
public PropertiesEditor ( string properties ) : System.Collections
properties string The property values to be parsed.
return System.Collections

this() public method

Indexer to return values based on index value.
public this ( string index ) : string
index string
return string