Class RoomCategory
Inheritance
System.Object
RoomCategory
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.StudentServices.Services
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class RoomCategory
Constructors
RoomCategory()
Declaration
public RoomCategory()
Properties
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
RoomCategoryCode
set RoomCategoriesCode
Declaration
public string RoomCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RoomCategoryId
set RoomCategoriesId
Declaration
public int RoomCategoryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RoomCategoryName
set RoomCategoriesName
Declaration
public string RoomCategoryName { get; set; }
Property Value
Type | Description |
---|---|
System.String |