Class HousingSuiteCategory
Inheritance
System.Object
    HousingSuiteCategory
  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 HousingSuiteCategoryConstructors
HousingSuiteCategory()
Declaration
public HousingSuiteCategory()Properties
HousingSuiteCategoryCode
set HousingSuiteCategoriesCode
Declaration
public string HousingSuiteCategoryCode { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
HousingSuiteCategoryId
set HousingSuiteCategoriesId
Declaration
public int HousingSuiteCategoryId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
HousingSuiteCategoryName
set HousingSuiteCategoriesName
Declaration
public string HousingSuiteCategoryName { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
IsActive
Declaration
public bool IsActive { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean |