C# Class Castle.Applications.PestControl.Model.Project

Inheritance: Identifiable
Show file Open project: nats/castle-1.0.3-mono Class Usage Examples

Protected Properties

Property Type Description
_buildSystem String
_isPublic bool
_name String
_owner User
_sourceControl String
_sourceControlProperties IDictionary

Public Methods

Method Description
Project ( bool _isPublic, string _name, string _sourceControl, string _buildSystem, User _owner ) : System

Method Details

Project() public method

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

Property Details

_buildSystem protected property

protected String _buildSystem
return String

_isPublic protected property

protected bool _isPublic
return bool

_name protected property

protected String _name
return String

_owner protected property

protected User,Castle.Applications.PestControl.Model _owner
return User

_sourceControl protected property

protected String _sourceControl
return String

_sourceControlProperties protected property

protected IDictionary _sourceControlProperties
return IDictionary