C# Class EventServer.Core.Domain.PresentationCategory

Inheritance: ValueObject
Show file Open project: roundtable/EventServer Class Usage Examples

Public Properties

Property Type Description
BusinessAnalysts PresentationCategory
Developers PresentationCategory
IndustrialAutomation PresentationCategory
ProjectManagers PresentationCategory
SAP PresentationCategory
TechnologySupport PresentationCategory

Public Methods

Method Description
PresentationCategory ( ) : System

Private Methods

Method Description
PresentationCategory ( string value ) : System

Method Details

PresentationCategory() public method

public PresentationCategory ( ) : System
return System

Property Details

BusinessAnalysts public static property

public static PresentationCategory,EventServer.Core.Domain BusinessAnalysts
return PresentationCategory

Developers public static property

public static PresentationCategory,EventServer.Core.Domain Developers
return PresentationCategory

IndustrialAutomation public static property

public static PresentationCategory,EventServer.Core.Domain IndustrialAutomation
return PresentationCategory

ProjectManagers public static property

public static PresentationCategory,EventServer.Core.Domain ProjectManagers
return PresentationCategory

SAP public static property

public static PresentationCategory,EventServer.Core.Domain SAP
return PresentationCategory

TechnologySupport public static property

public static PresentationCategory,EventServer.Core.Domain TechnologySupport
return PresentationCategory