C# 클래스 Server.Property

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

BindTo() 공개 메소드

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

CheckAccess() 공개 메소드

public CheckAccess ( Server.Mobile from ) : bool
from Server.Mobile
리턴 bool

Parse() 공개 정적인 메소드

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

Property() 공개 메소드

public Property ( PropertyInfo chain ) : System
chain System.Reflection.PropertyInfo
리턴 System

Property() 공개 메소드

public Property ( string binding ) : System
binding string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string