Overload List

  Name Description
Entity()()()
The constructor to be called when creating a new entity (it generates a new GUID for this entity)
Entity(Guid)
The constructor to be called by the LoadEntityFromStream(Stream, Guid) method to construct an entity giving his Guid. You don't have to use this constructor for any other use

See Also