C# Class EA.Iws.Domain.Organisation

Inheritance: Entity
Show file Open project: EnvironmentAgency/prsd-iws Class Usage Examples

Public Methods

Method Description
Organisation ( string name, BusinessType type, string otherDescription = null ) : Core.Shared
Update ( string name, BusinessType type, string otherDescription = null ) : void

Protected Methods

Method Description
Organisation ( ) : Core.Shared

Method Details

Organisation() protected method

protected Organisation ( ) : Core.Shared
return Core.Shared

Organisation() public method

public Organisation ( string name, BusinessType type, string otherDescription = null ) : Core.Shared
name string
type BusinessType
otherDescription string
return Core.Shared

Update() public method

public Update ( string name, BusinessType type, string otherDescription = null ) : void
name string
type BusinessType
otherDescription string
return void