C# Class FittingEngine.Model.ConstantAttribute

Inheritance: IAttribute
Show file Open project: rischwa/eve-fast-fitting-assessment

Public Methods

Method Description
ConstantAttribute ( ) : System
ConstantAttribute ( System.Item owner, int attributeID, string attributeName, double value ) : System
Copy ( System.Item newOwner ) : IAttribute
SetValueForced ( double value ) : void

Method Details

ConstantAttribute() public method

public ConstantAttribute ( ) : System
return System

ConstantAttribute() public method

public ConstantAttribute ( System.Item owner, int attributeID, string attributeName, double value ) : System
owner System.Item
attributeID int
attributeName string
value double
return System

Copy() public method

public Copy ( System.Item newOwner ) : IAttribute
newOwner System.Item
return IAttribute

SetValueForced() public method

public SetValueForced ( double value ) : void
value double
return void