The BlogPostSubscribeArgs type exposes the following members.

Constructors

Extension Methods

  Name Description
Public Extension Method ConvertTo(Type) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)()()()() Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)(TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method GetCurrentStackTrace
Gets current stack trace information.
(Defined by ObjectExtension.)
Public Extension Method GetDebugInformation
Gets the debug information for currently executing code.
(Defined by ObjectExtension.)
Public Extension Method GetExecutingMethodName
Gets the executing method name.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyType
Gets a property type.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyValue
Gets a property or field value from the object (Dot notation enabled).
(Defined by ObjectExtension.)
Public Extension Method PropertyExists
Check if property exists.
(Defined by ObjectExtension.)
Public Extension Method SetPropertyValue
Sets a property or field value to the object (Dot notation enabled).
(Defined by ObjectExtension.)

Properties

  Name Description
Public property BlogPost
Gets or sets blog post entity.
Public property Comment
Gets or sets comment entity.
Public property CommentMailSubjectText
Gets or sets mail message subject.
Public property MailNoReplyText
Gets or sets no reply text.
Public property MaxPostLength
Gets or sets a maximum length of the post that will be shown to the user.
Public property NewCommentAddedText
Gets or sets new comment added text.
Public property NewCommentClickToReplyText
Gets or sets new comment click here to reply text.
Public property PagerPageSize
Gets or sets pager page size.
Public property PagerQueryString
Gets or sets pager query string.
Public property SenderEMail (Overrides SubscribeArgs..::..SenderEMail.)
Public property SenderUrl
Gets or sets the sender URL.
Public property SourceUrl
Gets or sets the source URL.
Public property UserProfileUrl
Gets or sets URL of the user profile page.

See Also