C# Class RemotingGen.Generator.Parameter

Show file Open project: FloodProject/flood

Public Properties

Property Type Description
Id int
IsImplementedProperty bool
Name string
ParameterType System.Type

Public Methods

Method Description
IsPropertyImplemented ( PropertyInfo property ) : bool
Parameter ( FieldInfo info ) : System
Parameter ( PropertyInfo info ) : System
Parameter ( string name, Type type, int id ) : System

Method Details

IsPropertyImplemented() public static method

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

Parameter() public method

public Parameter ( FieldInfo info ) : System
info System.Reflection.FieldInfo
return System

Parameter() public method

public Parameter ( PropertyInfo info ) : System
info System.Reflection.PropertyInfo
return System

Parameter() public method

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

Property Details

Id public property

public int Id
return int

IsImplementedProperty public property

public bool IsImplementedProperty
return bool

Name public property

public string Name
return string

ParameterType public property

public Type,System ParameterType
return System.Type