Click or drag to resize
ParaPlan Logo

EntityManagerSaveT Method

[Missing <summary> documentation for "M:ParaPlanREST.Managers.EntityManager.Save``1(``0)"]

Namespace:  ParaPlanREST.Managers
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static EntitySaveResponse Save<T>(
	T entity
)
where T : EntitiesBase

Parameters

entity
Type: T

[Missing <param name="entity"/> documentation for "M:ParaPlanREST.Managers.EntityManager.Save``1(``0)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:ParaPlanREST.Managers.EntityManager.Save``1(``0)"]

Return Value

Type: EntitySaveResponse

[Missing <returns> documentation for "M:ParaPlanREST.Managers.EntityManager.Save``1(``0)"]

See Also