Author(IIndividualIdentity, AuthorType) Constructor

Initializes a new instance of the Author class

Definition

Namespace: Ignition.Events.Abstracts
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public Author(
	IIndividualIdentity individual,
	AuthorType authorType
)

Parameters

individual  IIndividualIdentity
 
authorType  AuthorType
 

See Also