C# Class Newmoon.Binding

显示文件 Open project: tonyg/newmoon Class Usage Examples

Public Properties

Property Type Description
kind string
name string
value Object

Public Methods

Method Description
Binding ( string n, string k ) : System
ToString ( ) : string
getValue ( ) : Object

Method Details

Binding() public method

public Binding ( string n, string k ) : System
n string
k string
return System

ToString() public method

public ToString ( ) : string
return string

getValue() public method

public getValue ( ) : Object
return Object

Property Details

kind public_oe property

public string kind
return string

name public_oe property

public string name
return string

value public_oe property

public Object value
return Object