C# 클래스 ZocBuild.Database.BuildItem

Represents a database object and its build script. This class tracks the build state of its database object and presents other build items that are referenced by or from this one.
파일 보기 프로젝트 열기: Zocdoc/ZocBuild.Database 1 사용 예제들

Private Properties

프로퍼티 타입 설명
BuildItem System
FindDependencyDepth int
ReportError void
ReportSuccess void

비공개 메소드들

메소드 설명
BuildItem ( ScriptFile script, IEnumerable dependencies, IEnumerable referencers, bool objectExists ) : System

Instantiates a BuildItem with the given build script.

FindDependencyDepth ( IEnumerable referencers, int currentDepth ) : int
ReportError ( BuildErrorBase error ) : void

Marks this build item as having entered an error state.

Calling this method will update the Status and Error properties.

ReportSuccess ( ) : void

Marks this build item as having successfully built.

Calling this method will update the Status property.