C# 클래스 Treefrog.Framework.Model.StringProperty

상속: Property
파일 보기 프로젝트 열기: jaquadro/Treefrog 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : object
FromXProxy ( CommonX proxy ) : StringProperty
Parse ( string value ) : void
StringProperty ( string name, StringProperty property ) : System
StringProperty ( string name, string value ) : System

Creates a new StringProperty instance from a given name and value.

ToString ( ) : string

Returns the property's value as a String.

비공개 메소드들

메소드 설명
StringProperty ( CommonX proxy ) : System

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

FromXProxy() 공개 정적인 메소드

public static FromXProxy ( CommonX proxy ) : StringProperty
proxy Treefrog.Framework.Model.Proxy.CommonX
리턴 StringProperty

Parse() 공개 메소드

public Parse ( string value ) : void
value string
리턴 void

StringProperty() 공개 메소드

public StringProperty ( string name, StringProperty property ) : System
name string
property StringProperty
리턴 System

StringProperty() 공개 메소드

Creates a new StringProperty instance from a given name and value.
public StringProperty ( string name, string value ) : System
name string The name of the property.
value string The value of the property.
리턴 System

ToString() 공개 메소드

Returns the property's value as a String.
public ToString ( ) : string
리턴 string