C# 클래스 RemotingGen.Generator.Parameter

파일 보기 프로젝트 열기: FloodProject/flood

공개 프로퍼티들

프로퍼티 타입 설명
Id int
IsImplementedProperty bool
Name string
ParameterType System.Type

공개 메소드들

메소드 설명
IsPropertyImplemented ( PropertyInfo property ) : bool
Parameter ( FieldInfo info ) : System
Parameter ( PropertyInfo info ) : System
Parameter ( string name, Type type, int id ) : System

메소드 상세

IsPropertyImplemented() 공개 정적인 메소드

public static IsPropertyImplemented ( PropertyInfo property ) : bool
property System.Reflection.PropertyInfo
리턴 bool

Parameter() 공개 메소드

public Parameter ( FieldInfo info ) : System
info System.Reflection.FieldInfo
리턴 System

Parameter() 공개 메소드

public Parameter ( PropertyInfo info ) : System
info System.Reflection.PropertyInfo
리턴 System

Parameter() 공개 메소드

public Parameter ( string name, Type type, int id ) : System
name string
type System.Type
id int
리턴 System

프로퍼티 상세

Id 공개적으로 프로퍼티

public int Id
리턴 int

IsImplementedProperty 공개적으로 프로퍼티

public bool IsImplementedProperty
리턴 bool

Name 공개적으로 프로퍼티

public string Name
리턴 string

ParameterType 공개적으로 프로퍼티

public Type,System ParameterType
리턴 System.Type