#W# Initial Commit: Avatars Conquest

This commit is contained in:
WarrentyExpired 2026-07-04 10:35:30 -04:00
commit 5df497787a
7510 changed files with 416048 additions and 0 deletions

20
Docs/types/Property.html Normal file
View file

@ -0,0 +1,20 @@
<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>