C# 클래스 Prizm.Domain.Entity.Construction.PartData

상속: System.Item
파일 보기 프로젝트 열기: AleksMorozova/prizm 1 사용 예제들

공개 메소드들

메소드 설명
PartData ( ) : Prizm.Domain.Entity.Mill
PartData ( DataRow row ) : Prizm.Domain.Entity.Mill

Creates the PartData element on the corresponding Row

PartData ( Part part, System.Guid jointId ) : Prizm.Domain.Entity.Mill

Creates the PartData element on the corresponding jointing element Part and respective joint Id

SetPartConnectors ( DataRow row ) : void

Set the connector of PartData element by coresponding Row

비공개 메소드들

메소드 설명
SetConnectorsCountString ( PartData partData ) : void

Bild the ConnectorsCount string according to format: "free connectors count = N"("diameter_1", "diameter_2", ... "diameter_N")

메소드 상세

PartData() 공개 메소드

public PartData ( ) : Prizm.Domain.Entity.Mill
리턴 Prizm.Domain.Entity.Mill

PartData() 공개 메소드

Creates the PartData element on the corresponding Row
public PartData ( DataRow row ) : Prizm.Domain.Entity.Mill
row System.Data.DataRow The Row taken from a database, its element of DataTable
리턴 Prizm.Domain.Entity.Mill

PartData() 공개 메소드

Creates the PartData element on the corresponding jointing element Part and respective joint Id
public PartData ( Part part, System.Guid jointId ) : Prizm.Domain.Entity.Mill
part Part Connected part of Joint
jointId System.Guid Guid of Joint
리턴 Prizm.Domain.Entity.Mill

SetPartConnectors() 공개 메소드

Set the connector of PartData element by coresponding Row
public SetPartConnectors ( DataRow row ) : void
row System.Data.DataRow The Row gives the diameter of components connector
리턴 void