API Reference
Class
PolicyPlusSpolFile
Parser for Policy Plus Semantic Policy text. Supports blocks starting with 'C ' or 'U ', optional 'Comment: ...', then 'Enabled'|'Disabled'|'Not Configured', followed by element options lines when enabled (Name: value). Handles integers (#n or n), booleans, quoted strings, and simple string lists using [ ... ].
Inheritance
- Object
- PolicyPlusSpolFile
Constructors
public PolicyPlusSpolFile() #Methods
public static PolicyPlusSpolFile Parse(String text) #Returns:
PolicyPlusSpolFileParses Policy Plus Semantic Policy text into entries.
Parameters
- text System.String
- SPOL content.
Returns
Parsed file with ordered entries.
Inherited Methods
Properties
public IReadOnlyList<Entry> Entries { get; } #Parsed entries in source order.