Click or drag to resize

IDataTemplateManagementService Methods

The IDataTemplateManagementService type exposes the following members.

Methods
 NameDescription
Public methodAddOrUpdate Adds or updates the specified definition into the template manager
Public methodDelete Delete the object according to the current DeleteMode or according to server configuration
(Inherited from IRepositoryServiceTModel)
Public methodFind(Expression) Find the specified object
(Inherited from IRepositoryService)
Public methodFind(ExpressionFuncDataTemplateDefinition, Boolean) Find a template definition based on the query provided
Public methodFind(Expression, Int32, NullableInt32, Int32) Find the specified object
(Inherited from IRepositoryService)
Obsolete
Public methodGet(Guid) Gets the specified data template by the UUID key of the template definition
Public methodGet(Guid, Guid) Gets the specified model data at the specified version
(Inherited from IRepositoryServiceTModel)
Public methodInsert(TModel) Inserts the specified model information
(Inherited from IRepositoryServiceTModel)
Public methodInsert(Object) Inserts the specified data.
(Inherited from IRepositoryService)
Public methodRemove Removes the specified template definition
Public methodSave(TModel) Inserts or updates the specified data
(Inherited from IRepositoryServiceTModel)
Public methodSave(Object) Saves the specified data.
(Inherited from IRepositoryService)
Top
Extension Methods
 NameDescription
Public Extension MethodGetByMnemonic Get the data template definition via mnemonic
(Defined by ExtensionMethods)
Top
See Also