'Declaration Public Function New( _ ByVal policyId As Guid, _ ByVal policyName As String, _ ByVal targetId As String, _ ByVal isExpired As Boolean, _ ByVal journalEntry As IJournalEntry _ )
public PolicyHistoryEntry( Guid policyId, string policyName, string targetId, bool isExpired, IJournalEntry journalEntry )
Parameters
- policyId
- The policy id.
- policyName
- The name of the policy.
- targetId
- The target id.
- isExpired
- if set to
true
[is expired]. - journalEntry
- The journal entry.