Class UserProfileByIdModel
Inherited Members
Namespace: EduCATS.Data.Models
Assembly: EduCATS.dll
Syntax
public class UserProfileByIdModel
Properties
Id
Declaration
[JsonProperty("Id")]
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Name
Declaration
[JsonProperty("Name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |