C# 클래스 Castle.Applications.PestControl.Model.Project

상속: Identifiable
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_buildSystem String
_isPublic bool
_name String
_owner User
_sourceControl String
_sourceControlProperties IDictionary

공개 메소드들

메소드 설명
Project ( bool _isPublic, string _name, string _sourceControl, string _buildSystem, User _owner ) : System

메소드 상세

Project() 공개 메소드

public Project ( bool _isPublic, string _name, string _sourceControl, string _buildSystem, User _owner ) : System
_isPublic bool
_name string
_sourceControl string
_buildSystem string
_owner User
리턴 System

프로퍼티 상세

_buildSystem 보호되어 있는 프로퍼티

protected String _buildSystem
리턴 String

_isPublic 보호되어 있는 프로퍼티

protected bool _isPublic
리턴 bool

_name 보호되어 있는 프로퍼티

protected String _name
리턴 String

_owner 보호되어 있는 프로퍼티

protected User,Castle.Applications.PestControl.Model _owner
리턴 User

_sourceControl 보호되어 있는 프로퍼티

protected String _sourceControl
리턴 String

_sourceControlProperties 보호되어 있는 프로퍼티

protected IDictionary _sourceControlProperties
리턴 IDictionary