Interface IPolicyNode
.NET interface for TO BE DEFINED FROM USER
public interface IPolicyNode
Properties
Children
Iterator Children { get; }
Property Value
Depth
int Depth { get; }
Property Value
ExpectedPolicies
Set<String> ExpectedPolicies { get; }
Property Value
Parent
PolicyNode Parent { get; }
Property Value
PolicyQualifiers
Set PolicyQualifiers { get; }
Property Value
ValidPolicy
String ValidPolicy { get; }
Property Value
Methods
IsCritical()
bool IsCritical()