Patchable<T> Class

 

JSON formatter for PATCH syntax.

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

System::Object
  Microsoft.WindowsAzure::Patchable<T>

generic<typename T>
public ref class Patchable 

Type Parameters

T

Value to patch.

NameDescription
System_CAPS_pubpropertyIsIncluded

Gets a value indicating whether the value is set.

System_CAPS_pubpropertyValue

Gets the patch value.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSet(T)

Sets operation to SET and returns instance of the object.

System_CAPS_pubmethodToString()

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

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticImplicit(T to Patchable<T>^)

Implicit operator that converts T to Patchable T.

System_CAPS_puboperatorSystem_CAPS_staticImplicit(Patchable<T>^ to T)

Implicit operator that converts Patchable T to T.

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

Return to top
Show: