C# Class NSoft.NFramework.Reflections.Emit.DynamicAccessorToolFixture.Widget

Inheritance: ValueObjectBase
Show file Open project: debop/NFramework

Protected Properties

Property Type Description
_guid System.Guid

Private Properties

Property Type Description

Public Methods

Method Description
GetArea ( ) : double
GetAreaPowers ( double power ) : double
GetHashCode ( ) : int
GetRatio ( ) : double
ToString ( ) : string
Widget ( int id, string name ) : System

Method Details

GetArea() public method

public GetArea ( ) : double
return double

GetAreaPowers() public method

public GetAreaPowers ( double power ) : double
power double
return double

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetRatio() public method

public GetRatio ( ) : double
return double

ToString() public method

public ToString ( ) : string
return string

Widget() public method

public Widget ( int id, string name ) : System
id int
name string
return System

Property Details

_guid protected property

protected Guid,System _guid
return System.Guid