Class EntranceTestListCustom
Inheritance
System.Object
EntranceTestListCustom
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.Admissions.Entities
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class EntranceTestListCustom
Constructors
EntranceTestListCustom()
Declaration
public EntranceTestListCustom()
Properties
Code
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |