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
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
- Method PolicyPlusSpolFile.Parse
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
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IReadOnlyList<Entry> Entries { get; } #Parsed entries in source order.