[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Finds an apropiate definition for the given property, Starting at the given definition. First look if the property is an attribute. If not, look at child element definitions.

Namespace: net.esper.events.xml
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function FindPropertyMapping ( _
	def As XmlSchemaComplexType, _
	property As String _
) As XmlSchemaObject
C#
public static XmlSchemaObject FindPropertyMapping (
	XmlSchemaComplexType def,
	string property
)
Visual C++
public:
static XmlSchemaObject^ FindPropertyMapping (
	XmlSchemaComplexType^ def, 
	String^ property
)

Parameters

def
System.Xml.Schema.XmlSchemaComplexType
the definition to Start looking
property
System.String
the property to look for

Return Value

XmlSchemaAttribute if the property is an attribute, XmlSchemaElement if is an element, or null if not found in schema