Patchable<T> Class

 

JSON formatter for PATCH syntax.

Namespace:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Patchable<T>

Syntax

public class Patchable<T>
generic<typename T>
public ref class Patchable 
type Patchable<'T> = class end
Public Class Patchable(Of T)

Type Parameters

  • T
    Value to patch.

Constructors

Name Description
System_CAPS_pubmethod Patchable<T>()

Properties

Name Description
System_CAPS_pubproperty IsIncluded

Gets a value indicating whether the value is set.

System_CAPS_pubproperty Value

Gets the patch value.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Set(T)

Sets operation to SET and returns instance of the object.

System_CAPS_pubmethod ToString()

Returns formatted PATCH script.(Overrides Object.ToString().)

Operators

Name Description
System_CAPS_puboperatorSystem_CAPS_static Implicit(T to Patchable<T>)

Implicit operator that converts T to Patchable T.

System_CAPS_puboperatorSystem_CAPS_static Implicit(Patchable<T> to T)

Implicit operator that converts Patchable T to T.

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.WindowsAzure Namespace

Return to top