C# 클래스 Spring.Transaction.Interceptor.TransactionAttributeSourceEditor.PropertiesEditor

Internal class to parse property values.
파일 보기 프로젝트 열기: spring-projects/spring-net

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
parseProperties ( string properties ) : void

메소드 상세

PropertiesEditor() 공개 메소드

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.
리턴 System.Collections

this() 공개 메소드

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