| ClassMapDomainClass Property |
Gets or sets the domain 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 DomainClass { get; set; }
Public Property DomainClass As String
Get
Set
public:
property String^ DomainClass {
String^ get ();
void set (String^ value);
}
member DomainClass : string with get, set
Property Value
Type:
StringSee Also