API Reference
Class
IdentityExposureChartZone
Renderer-neutral security zone DTO.
Inheritance
- Object
- IdentityExposureChartZone
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property IdentityExposureChartModel.Zones
Constructors
public IdentityExposureChartZone() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Id { get; set; } #Stable zone identifier.
public String ModuleId { get; set; } #Module that owns the zone definition.
public String Key { get; set; } #Module-local zone key.
public String Name { get; set; } #Display name.
public Int32 Criticality { get; set; } #Relative criticality.
public String Color { get; set; } #Display color hint.
public String Severity { get; set; } #Renderer-neutral severity hint.