ReferenceLiteral<T> Class

 

Applies To: Dynamics CRM 2015

For internal use only.

Namespace:   Microsoft.Xrm.Sdk.Workflow.Activities
Assembly:  Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)

Inheritance Hierarchy

System.Object
  System.Activities.Activity
    System.Activities.ActivityWithResult
      System.Activities.Activity<TResult>
        System.Activities.CodeActivity<TResult>
          Microsoft.Xrm.Sdk.Workflow.Activities.ReferenceLiteral<T>

Syntax

[ContentPropertyAttribute("Value")]
public sealed class ReferenceLiteral<T> : CodeActivity<T>, IValueSerializableExpression
generic<typename T>
[ContentPropertyAttribute("Value")]
public ref class ReferenceLiteral sealed : CodeActivity<T>, IValueSerializableExpression
[<Sealed>]
[<ContentPropertyAttribute("Value")>]
type ReferenceLiteral<'T> = 
    class
        inherit CodeActivity<'T>
        interface IValueSerializableExpression
    end
<ContentPropertyAttribute("Value")>
Public NotInheritable Class ReferenceLiteral(Of T)
    Inherits CodeActivity(Of T)
    Implements IValueSerializableExpression

Type Parameters

  • T

Constructors

Name Description
System_CAPS_pubmethod ReferenceLiteral<T>()

For internal use only.

System_CAPS_pubmethod ReferenceLiteral<T>(T)

For internal use only.

Properties

Name Description
System_CAPS_protproperty CacheId

(Inherited from Activity.)

System_CAPS_pubproperty DisplayName

(Inherited from Activity.)

System_CAPS_pubproperty Id

(Inherited from Activity.)

System_CAPS_protproperty ImplementationVersion

(Inherited from CodeActivity<TResult>.)

System_CAPS_pubproperty Result

(Inherited from Activity<TResult>.)

System_CAPS_pubproperty ResultType

(Inherited from ActivityWithResult.)

System_CAPS_pubproperty Value

For internal use only.

Methods

Name Description
System_CAPS_pubmethod CanConvertToString(IValueSerializerContext)

For internal use only.

System_CAPS_pubmethod ConvertToString(IValueSerializerContext)

For internal use only.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

For internal use only.(Overrides Activity.ToString().)

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

Microsoft.Xrm.Sdk.Workflow.Activities Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright