C# 클래스 VaultFolderCreate.ListBoxBOMInstItem

A list box item which contains a BOMInst and BOMComp object
파일 보기 프로젝트 열기: nick-hall-majenta/Autodesk-Vault-Utilities

공개 프로퍼티들

프로퍼티 타입 설명
BOMComp VaultFolderCreate.DocumentSvc.BOMComp
BOMInst VaultFolderCreate.DocumentSvc.BOMInst

공개 메소드들

메소드 설명
ListBoxBOMInstItem ( BOMInst inst, BOMComp comp ) : System
ToString ( ) : string

메소드 상세

ListBoxBOMInstItem() 공개 메소드

public ListBoxBOMInstItem ( BOMInst inst, BOMComp comp ) : System
inst VaultFolderCreate.DocumentSvc.BOMInst
comp VaultFolderCreate.DocumentSvc.BOMComp
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

BOMComp 공개적으로 프로퍼티

public BOMComp,VaultFolderCreate.DocumentSvc BOMComp
리턴 VaultFolderCreate.DocumentSvc.BOMComp

BOMInst 공개적으로 프로퍼티

public BOMInst,VaultFolderCreate.DocumentSvc BOMInst
리턴 VaultFolderCreate.DocumentSvc.BOMInst