C# Class DesignPatterns.NullObject.AbstractCustomer

Exibir arquivo Open project: hippieZhou/DesignPatterns Class Usage Examples

Protected Properties

Property Type Description
Name string

Public Methods

Method Description
GetName ( ) : string
IsNil ( ) : bool

Method Details

GetName() public abstract method

public abstract GetName ( ) : string
return string

IsNil() public abstract method

public abstract IsNil ( ) : bool
return bool

Property Details

Name protected_oe property

protected string Name
return string