C# Class RemotingGen.Generator.Parameter

Afficher le fichier Open project: FloodProject/flood

Méthodes publiques

Свойство Type Description
Id int
IsImplementedProperty bool
Name string
ParameterType System.Type

Méthodes publiques

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

public static IsPropertyImplemented ( PropertyInfo property ) : bool
property System.Reflection.PropertyInfo
Résultat bool

Parameter() public méthode

public Parameter ( FieldInfo info ) : System
info System.Reflection.FieldInfo
Résultat System

Parameter() public méthode

public Parameter ( PropertyInfo info ) : System
info System.Reflection.PropertyInfo
Résultat System

Parameter() public méthode

public Parameter ( string name, Type type, int id ) : System
name string
type System.Type
id int
Résultat System

Property Details

Id public_oe property

public int Id
Résultat int

IsImplementedProperty public_oe property

public bool IsImplementedProperty
Résultat bool

Name public_oe property

public string Name
Résultat string

ParameterType public_oe property

public Type,System ParameterType
Résultat System.Type