C# Class Server.Property

Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public BindTo ( Type objectType, PropertyAccess desiredAccess ) : void
objectType System.Type
desiredAccess PropertyAccess
Résultat void

CheckAccess() public méthode

public CheckAccess ( Server.Mobile from ) : bool
from Server.Mobile
Résultat bool

Parse() public static méthode

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

Property() public méthode

public Property ( PropertyInfo chain ) : System
chain System.Reflection.PropertyInfo
Résultat System

Property() public méthode

public Property ( string binding ) : System
binding string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string