Inheritance Hierarchy
RainWorx.FrameWorx.DTOCreditCard
Namespace: RainWorx.FrameWorx.DTO
Assembly: RainWorx.FrameWorx.DTO (in RainWorx.FrameWorx.DTO.dll) Version: 3.5
Syntax
C#
public class CreditCard
The CreditCard type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CreditCard | Initializes a new instance of the CreditCard class |
Properties
Name | Description | |
---|---|---|
![]() | AddressID | |
![]() | CardNumber | |
![]() | CardType | |
![]() | Description | |
![]() | ExpirationMonth | |
![]() | ExpirationYear | |
![]() | ID | |
![]() | LastFourDigits |
Extension Methods
Name | Description | |
---|---|---|
![]() | ToMvcHtmlString |
Returns the HTML version of the ToString() output method of the specified object
(Defined by HtmlHelpers.) |
See Also