C# Class myserver.Handler, agnos

Inheritance: FeatureTest.IHandler
Exibir arquivo Open project: tomerfiliba/agnos

Public Methods

Method Description
Person_init ( string name, FeatureTest father, FeatureTest mother ) : FeatureTest.IPerson
func_of_everything ( Byte a, short b, int c, long d, double e, bool f, DateTime g, byte h, string i, IList j, ICollection k, string>.IDictionary l, FeatureTest m, FeatureTest n, FeatureTest o ) : FeatureTest.Everything
get_class_c ( ) : IList
get_record_b ( ) : FeatureTest.RecordB
hmap_test ( int a, HeteroMap b ) : HeteroMap

Method Details

Person_init() public method

public Person_init ( string name, FeatureTest father, FeatureTest mother ) : FeatureTest.IPerson
name string
father FeatureTest
mother FeatureTest
return FeatureTest.IPerson

func_of_everything() public method

public func_of_everything ( Byte a, short b, int c, long d, double e, bool f, DateTime g, byte h, string i, IList j, ICollection k, string>.IDictionary l, FeatureTest m, FeatureTest n, FeatureTest o ) : FeatureTest.Everything
a Byte
b short
c int
d long
e double
f bool
g DateTime
h byte
i string
j IList
k ICollection
l string>.IDictionary
m FeatureTest
n FeatureTest
o FeatureTest
return FeatureTest.Everything

get_class_c() public method

public get_class_c ( ) : IList
return IList

get_record_b() public method

public get_record_b ( ) : FeatureTest.RecordB
return FeatureTest.RecordB

hmap_test() public method

public hmap_test ( int a, HeteroMap b ) : HeteroMap
a int
b Agnos.HeteroMap
return Agnos.HeteroMap