Class PolicyEnumArray
Data class for enumerating policies from a policy store. See Sections 3.3.1.3.1 and E.1.1 of NENA-STA-010.3.
Inherited Members
Namespace: PolicyStore
Assembly: Ng911Lib.dll
Syntax
public class PolicyEnumArray
Constructors
| Edit this page View SourcePolicyEnumArray()
Default constructor
Declaration
public PolicyEnumArray()
Properties
| Edit this page View Sourcecount
Number of PolicyEnum objects in the array. Required.
Declaration
public int count { get; set; }
Property Value
Type | Description |
---|---|
int |
policyEnums
Array of PolicyEnum objects. Required.
Declaration
public List<PolicyEnum> policyEnums { get; set; }
Property Value
Type | Description |
---|---|
List<PolicyEnum> |
totalCount
Total number of PolicyEnum objects available. Required.
Declaration
public int totalCount { get; set; }
Property Value
Type | Description |
---|---|
int |