[Missing <summary> documentation for "M:Bespoke.Common.XmlHelper.GetAttribute(System.Xml.XmlNode,System.String,System.Type,System.Boolean,System.Object)"]

Namespace:  Bespoke.Common
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public static Object GetAttribute(
	XmlNode xmlNode,
	string attributeName,
	Type type,
	bool required,
	Object defaultValue
)
Visual Basic (Declaration)
Public Shared Function GetAttribute ( _
	xmlNode As XmlNode, _
	attributeName As String, _
	type As Type, _
	required As Boolean, _
	defaultValue As Object _
) As Object
Visual C++
public:
static Object^ GetAttribute(
	XmlNode^ xmlNode, 
	String^ attributeName, 
	Type^ type, 
	bool required, 
	Object^ defaultValue
)

Parameters

xmlNode
Type: System.Xml..::.XmlNode

[Missing <param name="xmlNode"/> documentation for "M:Bespoke.Common.XmlHelper.GetAttribute(System.Xml.XmlNode,System.String,System.Type,System.Boolean,System.Object)"]

attributeName
Type: System..::.String

[Missing <param name="attributeName"/> documentation for "M:Bespoke.Common.XmlHelper.GetAttribute(System.Xml.XmlNode,System.String,System.Type,System.Boolean,System.Object)"]

type
Type: System..::.Type

[Missing <param name="type"/> documentation for "M:Bespoke.Common.XmlHelper.GetAttribute(System.Xml.XmlNode,System.String,System.Type,System.Boolean,System.Object)"]

required
Type: System..::.Boolean

[Missing <param name="required"/> documentation for "M:Bespoke.Common.XmlHelper.GetAttribute(System.Xml.XmlNode,System.String,System.Type,System.Boolean,System.Object)"]

defaultValue
Type: System..::.Object

[Missing <param name="defaultValue"/> documentation for "M:Bespoke.Common.XmlHelper.GetAttribute(System.Xml.XmlNode,System.String,System.Type,System.Boolean,System.Object)"]

Return Value

[Missing <returns> documentation for "M:Bespoke.Common.XmlHelper.GetAttribute(System.Xml.XmlNode,System.String,System.Type,System.Boolean,System.Object)"]

See Also