Northwoods.Go.Xml Assembly > Northwoods.Go.Xml Namespace : GoXmlBindingFlags Enumeration |
'Declaration <FlagsAttribute()> Public Enum GoXmlBindingFlags Inherits System.Enum
[FlagsAttribute()] public enum GoXmlBindingFlags : System.Enum
Member | Description |
---|---|
Default | The normal binding of an attribute with a property. |
DefinesShared | The object property value is a reference; when reading XML, the attribute value should be a unique identifier that will be associated with the property value. |
NoGet | Do not get this object property; the XML attribute is not generated. |
NoSet | Do not set the object property when consuming XML. |
RethrowsExceptions | If a property getter or setter throws an exception, instead of ignoring it, rethrow it. |
System.Object
System.ValueType
System.Enum
Northwoods.Go.Xml.GoXmlBindingFlags
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