Class SkillDetail
SkillDetail
Inheritance
System.Object
SkillDetail
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.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class SkillDetail
Constructors
SkillDetail()
Declaration
public SkillDetail()
Properties
Id
Id
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SkillCode
Get or sets the SkillCode.
Declaration
public string SkillCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SkillName
Get or sets the SkillName.
Declaration
public string SkillName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SkillType
Get or sets the SkillType.
Declaration
public int SkillType { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |