C# Class PetStoreWeb.Components.CreditCard

Show file Open project: bamboo/Bamboo.Prevalence

Public Properties

Property Type Description
date System.DateTime
number String
type String

Public Methods

Method Description
CreditCard ( String number, String type, System.DateTime date ) : System

Method Details

CreditCard() public method

public CreditCard ( String number, String type, System.DateTime date ) : System
number String
type String
date System.DateTime
return System

Property Details

date public property

public DateTime,System date
return System.DateTime

number public property

public String number
return String

type public property

public String type
return String