The CCustomerType type exposes the following members.

Constructors

  NameDescription
Public methodCCustomerType
Initializes a new instance of the CCustomerType class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSubscriptionDefByCode
Returns the SubscriptionDef record associated with the supplied productCode and this CustomerType.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsMemberSubscription
Checks to see if the subscription productCode supplied is defined for this Customer type and if so, if this customer type is a "member". See IsMemberRecord
Public methodIsPrimarySubscription
Checks to see if the subscription productCode supplied is the primary subscription for this Customer type
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyBillCompanyFlag
Indicates whether or not bills to Contacts with this customer type should be sent to the Comapny associate with the Contact.
Public propertyCustomerTypeCode
The Code representing the key to the Customer Type
Public propertyDescription
The text description or name of the customer type. More readable by humans
Public propertyIsCompanyRecord
Indicates if Contacts of this type are companies
Public propertyIsMemberRecord
Indicates if contacts of this type are "Members" of the organization
Public propertySubscriptionCount
The number of subscriptions associated with this customer type.
Public propertySubscriptions
The subscriptions associated with this customer type. By default, all of these subscriptions will be billed to members of the given customer type.

See Also