C# Class Canguro.Model.Design.ACI318_02

Inheritance: ConcreteDesignOptions
Mostrar archivo Open project: rforsbach/Treu-Structure Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ACI318_02 ( ) : System

Default constructor. Calls SetDefaults()

AddDefaultCombos ( ) : List

Adds the default combination for the ACI318_02 to a List

CopyFrom ( ACI318_02 copy ) : void

Copies all properties from another ACI318_02 object

CopyFrom ( DesignOptions copy ) : void

Copies all properties from another ACI318_02 object

SetDefaults ( ) : void

Sets default values for all properties

ToString ( ) : string

Gets a string describing the design options

Method Details

ACI318_02() public method

Default constructor. Calls SetDefaults()
public ACI318_02 ( ) : System
return System

AddDefaultCombos() public method

Adds the default combination for the ACI318_02 to a List
public AddDefaultCombos ( ) : List
return List

CopyFrom() public method

Copies all properties from another ACI318_02 object
public CopyFrom ( ACI318_02 copy ) : void
copy ACI318_02 ACI318_02 object
return void

CopyFrom() public method

Copies all properties from another ACI318_02 object
public CopyFrom ( DesignOptions copy ) : void
copy DesignOptions ACI318_02 object
return void

SetDefaults() public method

Sets default values for all properties
public SetDefaults ( ) : void
return void

ToString() public method

Gets a string describing the design options
public ToString ( ) : string
return string