EntityStagingGetCriteria.OnDeserializing Method (StreamingContext)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes the instance properties during deserialization.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[OnDeserializingAttribute]
public void OnDeserializing(
    StreamingContext context
)
public:
[OnDeserializingAttribute]
void OnDeserializing(
    StreamingContext context
)
[<OnDeserializingAttribute>]
member OnDeserializing : 
        context:StreamingContext -> unit
<OnDeserializingAttribute>
Public Sub OnDeserializing (
    context As StreamingContext
)

Parameters

See Also

EntityStagingGetCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top