C# 클래스 Canguro.Model.Design.ACI318_02

상속: ConcreteDesignOptions
파일 보기 프로젝트 열기: rforsbach/Treu-Structure 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

ACI318_02() 공개 메소드

Default constructor. Calls SetDefaults()
public ACI318_02 ( ) : System
리턴 System

AddDefaultCombos() 공개 메소드

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

CopyFrom() 공개 메소드

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

CopyFrom() 공개 메소드

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

SetDefaults() 공개 메소드

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

ToString() 공개 메소드

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