C# Class Server.Property

ファイルを表示 Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
BindTo ( Type objectType, PropertyAccess desiredAccess ) : void
CheckAccess ( Server.Mobile from ) : bool
Parse ( Type type, string binding, PropertyAccess access ) : Property
Property ( PropertyInfo chain ) : System
Property ( string binding ) : System
ToString ( ) : string

Method Details

BindTo() public method

public BindTo ( Type objectType, PropertyAccess desiredAccess ) : void
objectType System.Type
desiredAccess PropertyAccess
return void

CheckAccess() public method

public CheckAccess ( Server.Mobile from ) : bool
from Server.Mobile
return bool

Parse() public static method

public static Parse ( Type type, string binding, PropertyAccess access ) : Property
type System.Type
binding string
access PropertyAccess
return Property

Property() public method

public Property ( PropertyInfo chain ) : System
chain System.Reflection.PropertyInfo
return System

Property() public method

public Property ( string binding ) : System
binding string
return System

ToString() public method

public ToString ( ) : string
return string