←Select platform

ShouldSerializeRelations Method

Summary

Gets a value indicating whether Relations property should be persisted.

Syntax

C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
protected override bool ShouldSerializeRelations() 
<DebuggerNonUserCodeAttribute()>  
Protected Overrides Function ShouldSerializeRelations() As Boolean 
protected:  
   [DebuggerNonUserCodeAttribute] 
   virtual bool ShouldSerializeRelations() override 

Return Value

true if the property value has been changed from its default; otherwise false.

Remarks

You would use this method if you are either creating a designer for ItemsInfo, or creating your own control incorporating ItemsInfo.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Caching Assembly