Microsoft.WindowsAzure.Samples.Data.Services.Client.EntityDescriptor.RestoreParentState C# (CSharp) Method

RestoreParentState() private method

private RestoreParentState ( EntityDescriptor parentDescriptor, string parentProperty ) : void
parentDescriptor EntityDescriptor
parentProperty string
return void
        internal void RestoreParentState(EntityDescriptor parentDescriptor, string parentProperty)
        {
            this.parentDescriptor = parentDescriptor;
            this.parentProperty = parentProperty;
        }