Initializes a new instance of the Entity class

Namespace: CuteEditor.Tools
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public Entity(
	string name,
	Uri baseUri,
	TextReader stm,
	string proxy
)
Visual Basic
Public Sub New ( _
	name As String, _
	baseUri As Uri, _
	stm As TextReader, _
	proxy As String _
)
Visual C++
public:
Entity(
	String^ name, 
	Uri^ baseUri, 
	TextReader^ stm, 
	String^ proxy
)

Parameters

name
Type: System..::..String
baseUri
Type: System..::..Uri
stm
Type: System.IO..::..TextReader
proxy
Type: System..::..String

See Also