Constructor used for deserialization.

Namespace:  Cloudster.Samples.Text
Assembly:  Cloudster.Samples.Text.Role (in Cloudster.Samples.Text.Role.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public TextEntity(
	TextEntity other,
	Guid id
)
Visual Basic (Declaration)
Public Sub New ( _
	other As TextEntity, _
	id As Guid _
)
Visual C++
public:
TextEntity(
	TextEntity^ other, 
	Guid id
)

Parameters

other
Type: Cloudster.Samples.Text..::.TextEntity
Deserialized text.
id
Type: System..::.Guid
Identifier of the entity.

See Also