2024 Constructor
Changes 0
C

Entity(Schema)

Description:
Creates a new Entity corresponding to the Schema.
Remarks:
You can store the newly created Entity in an Element or in another Entity. If you do not have write access to the Schema, an exception will be thrown.
Overloads (4):
Entity
Entity(Guid)
Entity(Schema)
public Entity(
	Schema schema
)