MvcModel Class
Namespace: ConsoleTestApp.Models
Assembly: ConsoleTestApp.dll
Syntax
public class MvcModel : IFrontendModel, IEntityEventSender
Inheritance
System.Object
MvcModel
Constructors
MvcModel()
Declaration
public MvcModel()
MvcModel(MvcModel)
Declaration
public MvcModel(MvcModel other)
Parameters
Type | Name | Description |
---|---|---|
MvcModel | other |
Properties
Birthdate
Declaration
public DateTime Birthdate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SomethingImportantFromFrontend
Declaration
public string SomethingImportantFromFrontend { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
AddValidationResult(String)
Declaration
public void AddValidationResult(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
Implements
IEntityEventSender
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()