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,
	string pubid,
	string uri,
	string proxy
)
Visual Basic
Public Sub New ( _
	name As String, _
	pubid As String, _
	uri As String, _
	proxy As String _
)
Visual C++
public:
Entity(
	String^ name, 
	String^ pubid, 
	String^ uri, 
	String^ proxy
)

Parameters

name
Type: System..::..String
pubid
Type: System..::..String
uri
Type: System..::..String
proxy
Type: System..::..String

See Also