AvatarsConquest/Docs/types/Property.html

20 lines
1.5 KiB
HTML

<html>
<head>
<title>RunUO Documentation - Class Overview - Property</title>
</head>
<body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080">
<h4><a href="../namespaces/Server.html">Back to Server</a></h4>
<h2>Property</h2>
(<font color="blue">static</font>) <!-- DBG-0 --><a href="Property.html">Property</a> Parse( Type type, <font color="blue">string</font> binding, <!-- DBG-0 --><a href="PropertyAccess.html">PropertyAccess</a> access )<br>
(<font color="blue">ctor</font>) Property( PropertyInfo[] chain )<br>
(<font color="blue">ctor</font>) Property( <font color="blue">string</font> binding )<br>
<!-- DBG-0 --><a href="PropertyAccess.html">PropertyAccess</a> Access( <font color="blue">get</font>; )<br>
<font color="blue">string</font> Binding( <font color="blue">get</font>; )<br>
PropertyInfo[] Chain( <font color="blue">get</font>; )<br>
<font color="blue">bool</font> IsBound( <font color="blue">get</font>; )<br>
Type Type( <font color="blue">get</font>; )<br>
<font color="blue">void</font> BindTo( Type objectType, <!-- DBG-0 --><a href="PropertyAccess.html">PropertyAccess</a> desiredAccess )<br>
<font color="blue">bool</font> CheckAccess( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from )<br>
<font color="blue">virtual</font> <font color="blue">string</font> ToString()<br>
</body>
</html>