Check out example codes for "asp.net model". It will help you in understanding the concepts better.
Code Example 1
public class TodoItem
{
public long Id { get; set; }
public string Name { get; set; }
public bool IsComplete { get; set; }
}
Learn ReactJs, React Native from akashmittal.com