Click or drag to resize

IModel Interface

Data model interface.

Namespace:  SoftGear.Strix.Client.Core.Model
Assembly:  strix-client-csharp-core (in strix-client-csharp-core.dll) Version: 2.3.0
Syntax
C#
public interface IModel

The IModel type exposes the following members.

Methods
  NameDescription
Public methodGetPrimaryKey
Gets the primary key of the model object.
Public methodSetPrimaryKey
Sets the primary key of the model object.
Top
See Also