[]
        
(Showing Draft Content)

C1.C1Preview.IndexEntryOccurrence.-ctor

IndexEntryOccurrence Constructor

IndexEntryOccurrence(C1LinkTarget)

Initializes a new instance of the IndexEntryOccurrence class.

Declaration
public IndexEntryOccurrence(C1LinkTarget target)
Parameters
Type Name Description
C1LinkTarget target

The C1LinkTarget that is assigned to the Target property of the current occurrence.

IndexEntryOccurrence(C1LinkTarget, bool, bool)

Initializes a new instance of the IndexEntryOccurrence class.

Declaration
public IndexEntryOccurrence(C1LinkTarget target, bool bold, bool italic)
Parameters
Type Name Description
C1LinkTarget target

The C1LinkTarget that is assigned to the Target property of the current occurrence.

bool bold

The bold flag that is assigned to the Bold property of the current occurrence.

bool italic

The italic flag that is assigned to the Italic property of the current occurrence.