BadgeDetailed Constructor Isonas .NET Client API Documentation
Initializes a new instance of the BadgeDetailed class

Namespace: Bsw.Isonas.Dotnet.Client.Entities.Badges
Assembly: Bsw.Isonas.Dotnet.Client (in Bsw.Isonas.Dotnet.Client.dll) Version: 1.2.1.0 (1.2.1)
Syntax

public BadgeDetailed(
	long badgeId,
	string personIdString,
	string badgeGuid,
	Nullable<int> remainingUses = null,
	Nullable<DateTime> expirationDate = null
)

Parameters

badgeId
Type: OnlineSystem Int64
personIdString
Type: OnlineSystem String
badgeGuid
Type: OnlineSystem String
remainingUses (Optional)
Type: OnlineSystem Nullable OnlineInt32 
expirationDate (Optional)
Type: OnlineSystem Nullable OnlineDateTime 
See Also