The BuilderLead type exposes the following members.

Constructors

  NameDescription
Public methodBuilderLead
Initializes a new instance of the BuilderLead class

Methods

  NameDescription
Public methodStatic memberCreateBuilderLead
Create a new BuilderLead object.
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetValidValue<(Of <<'(T>)>>)
Returns a complex type for the specified property.
(Inherited from StructuralObject.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnPropertyChanged
Raises the PropertyChanged event.
(Inherited from StructuralObject.)
Protected methodOnPropertyChanging
Raises the PropertyChanging event.
(Inherited from StructuralObject.)
Protected methodReportPropertyChanged
Notifies the change tracker that a property has changed.
(Inherited from EntityObject.)
Protected methodReportPropertyChanging
Notifies the change tracker that a property change is pending.
(Inherited from EntityObject.)
Protected methodSetValidValue<(Of <<'(T>)>>)
Sets a complex object for the specified property.
(Inherited from StructuralObject.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyClientCode
No Metadata Documentation available.
Public propertyDateSent
No Metadata Documentation available.
Public propertyEntityKey
Gets or sets the key for this object.
(Inherited from EntityObject.)
Public propertyEntityState
Gets the entity state of the object.
(Inherited from EntityObject.)
Public propertyFirstName
No Metadata Documentation available.
Public propertyId
No Metadata Documentation available.
Public propertyLastName
No Metadata Documentation available.
Public propertyLeadEmail
No Metadata Documentation available.
Public propertyPageData
No Metadata Documentation available.
Public propertyPageURL
No Metadata Documentation available.

Events

  NameDescription
Public eventPropertyChanged
Occurs when a property value has changed.
(Inherited from StructuralObject.)
Public eventPropertyChanging
Occurs when a property value change is a pending.
(Inherited from StructuralObject.)

See Also