Intersoft ClientUI Documentation
PropertyListMode Enumeration



Specifies how properties should be generated.
Syntax
Public Enum PropertyListMode 
   Inherits System.Enum
Dim instance As PropertyListMode
public enum PropertyListMode : System.Enum 
public enum class PropertyListMode : public System.Enum 
Members
MemberDescription
AllGenerate all properties. Note: this may include unwanted properties.
FilterMemberAndDataMemberGenerate properties associated with Intersoft.Client.Data.ComponentModel.FilterMemberAttribute as well as System.Runtime.Serialization.DataMemberAttribute
FilterMemberOnlyGenerate properties associated with Intersoft.Client.Data.ComponentModel.FilterMemberAttribute.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Editors.PropertyListMode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Intersoft.Client.UI.Editors Namespace

Send Feedback