C# 클래스 DesignPatterns.NullObject.AbstractCustomer

파일 보기 프로젝트 열기: hippieZhou/DesignPatterns 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
Name string

공개 메소드들

메소드 설명
GetName ( ) : string
IsNil ( ) : bool

메소드 상세

GetName() 공개 추상적인 메소드

public abstract GetName ( ) : string
리턴 string

IsNil() 공개 추상적인 메소드

public abstract IsNil ( ) : bool
리턴 bool

프로퍼티 상세

Name 보호되어 있는 프로퍼티

protected string Name
리턴 string