GoDiagram Web Reference
GoXmlBindingFlags Enumeration

These flags describe characteristics of an attribute-property binding use by GoXmlBindingTransformer.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum GoXmlBindingFlags 
   Inherits System.Enum
[FlagsAttribute()]
public enum GoXmlBindingFlags : System.Enum 
Members
MemberDescription
DefaultThe normal binding of an attribute with a property.
DefinesSharedThe 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.
NoGetDo not get this object property; the XML attribute is not generated.
NoSetDo not set the object property when consuming XML.
RethrowsExceptionsIf a property getter or setter throws an exception, instead of ignoring it, rethrow it.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoWeb.Xml.GoXmlBindingFlags

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

Northwoods.GoWeb.Xml Namespace

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback