| ClassMapModelClass Property |
Gets or sets the model class for the mapper
Namespace:
SanteDB.Core.Model.Map
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public string ModelClass { get; set; }
Public Property ModelClass As String
Get
Set
public:
property String^ ModelClass {
String^ get ();
void set (String^ value);
}
member ModelClass : string with get, set
Property Value
Type:
StringSee Also