Interface IDtcoDateRepository
Namespace: Simplic.Telematic.Core
Assembly: Simplic.Telematic.Core.dll
Syntax
public interface IDtcoDateRepository
Methods
| Improve this Doc View SourceGet(Guid, String, String)
Gets a DtcoDate
Declaration
DtcoDate Get(Guid id, string name, string tableName)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | id | The id of the object |
System.String | name | The name of the dtcodate |
System.String | tableName | the name of the table the dtco date is saved |
Returns
Type | Description |
---|---|
DtcoDate |
Save(DtcoDate, Guid, String, String)
Saves a DtcoDate
Declaration
bool Save(DtcoDate dtcoDate, Guid id, string name, string tableName)
Parameters
Type | Name | Description |
---|---|---|
DtcoDate | dtcoDate | The dtco date to save |
System.Guid | id | The id if the parent object |
System.String | name | the name of the dtco date |
System.String | tableName | The name of the table the dtco date will be saved in |
Returns
Type | Description |
---|---|
System.Boolean |