ActivityTemplateVariable Members

Include Protected Members
Include Inherited Members

Defines formatting for ActivityEvent objects, the structure that contains the standard vocabulary for mapping activity events to syndication feeds.

The ActivityTemplateVariable type exposes the following members.

Properties

  Name Description
Public property DateOnly Gets or sets the DateTime object representing the publication date of a feed represented as a year, month, and day only.
Public property DateOnlySpecified Gets or sets a value indicating whether the DateOnly field of the feed is to be specified.
Public property Link Gets or sets a Link object that represents an item in a feed.
Public property Link2 Gets or sets a Link object that represents an additional link for an item in a feed.
Public property List Gets or sets a value that represents a variable-length multivalued collection of items.
Public property Name Gets or sets a value representing a name for a feed.
Public property Owner Gets or sets a value representing the entity that owns a feed.
Public property PublishDate Gets or sets a DateTime object representing the publication date for a feed.
Public property Publisher Gets or sets a value representing the entity that publishes the feed.
Public property Value Gets or sets a string value representing an ActivityEvent.

Top

Methods

  Name Description
Public methodStatic member DateOnlyToString Static method that converts the DateOnly property of the specified ActivityTemplateVariable into a string.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public methodStatic member Link2ToString Static method that converts the Link2 property of the specified ActivityTemplateVariable into a string.
Public methodStatic member LinkToString Static method that converts the Link property of the specified ActivityTemplateVariable into a string.
Public methodStatic member ListToString Static method that converts the List property of the specified ActivityTemplateVariable into a string.
Protected method MemberwiseClone (Inherited from Object.)
Public methodStatic member NameToString Static method that converts the Name property of the specified ActivityTemplateVariable into a string.
Public methodStatic member OwnerToString Static method that converts the Owner property of the specified ActivityTemplateVariable into a string.
Public methodStatic member PublishDateToString Static method that converts the PublishDate property of the specified ActivityTemplateVariable into a string.
Public methodStatic member PublisherToString Static method that converts the Publisher property of the specified ActivityTemplateVariable into a string.
Public methodStatic member SizeToString Static method that converts the size of the list stored in the List property of the specified ActivityTemplateVariable into a string.
Public method ToString (Inherited from Object.)
Public methodStatic member ValueToString Static method that converts the Value property of the specified ActivityTemplateVariable into a string.

Top

See Also

Reference

ActivityTemplateVariable Class

Microsoft.Office.Server.ActivityFeed Namespace