FromUriTemplate Class

An activity to create a Uri from a UriTemplate.

Inheritance Hierarchy

System.Object
  System.Activities.Activity
    System.Activities.ActivityWithResult
      System.Activities.Activity<String>
        System.Activities.CodeActivity<String>
          Microsoft.Activities.FromUriTemplate

Namespace:  Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Syntax

'Declaration
Public NotInheritable Class FromUriTemplate _
    Inherits CodeActivity(Of String)
'Usage
Dim instance As FromUriTemplate
public sealed class FromUriTemplate : CodeActivity<string>
public ref class FromUriTemplate sealed : public CodeActivity<String^>
[<SealedAttribute>]
type FromUriTemplate =  
    class 
        inherit CodeActivity<string>
    end
public final class FromUriTemplate extends CodeActivity<String>

The FromUriTemplate type exposes the following members.

Constructors

  Name Description
Public method FromUriTemplate Initializes a new instance of the FromUriTemplate class.

Top

Properties

  Name Description
Public property BaseAddress Gets or sets the base address.
Protected property CacheId (Inherited from Activity.)
Public property DisplayName (Inherited from Activity.)
Public property Id (Inherited from Activity.)
Protected property ImplementationVersion (Inherited from CodeActivity<String>.)
Public property Parameters Gets or sets the named parameters and their values.
Public property Result (Inherited from Activity<String>.)
Public property ResultType (Inherited from ActivityWithResult.)
Public property Template Gets or sets the UriTemplate used for formatting.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ShouldSerializeDisplayName (Inherited from Activity.)
Public method ToString (Inherited from Activity.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Activities Namespace