Author(IIndividualIdentity, AuthorType) Constructor
Initializes a new instance of the
Author class
Namespace: Ignition.Events.AbstractsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public Author(
IIndividualIdentity individual,
AuthorType authorType
)
Public Sub New (
individual As IIndividualIdentity,
authorType As AuthorType
)
public:
Author(
IIndividualIdentity^ individual,
AuthorType^ authorType
)
new :
individual : IIndividualIdentity *
authorType : AuthorType -> Author
Parameters
- individual IIndividualIdentity
-
- authorType AuthorType
-