C# 클래스 EA.Iws.Domain.Organisation

상속: Entity
파일 보기 프로젝트 열기: EnvironmentAgency/prsd-iws 1 사용 예제들

공개 메소드들

메소드 설명
Organisation ( string name, BusinessType type, string otherDescription = null ) : Core.Shared
Update ( string name, BusinessType type, string otherDescription = null ) : void

보호된 메소드들

메소드 설명
Organisation ( ) : Core.Shared

메소드 상세

Organisation() 보호된 메소드

protected Organisation ( ) : Core.Shared
리턴 Core.Shared

Organisation() 공개 메소드

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

Update() 공개 메소드

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