PlainContentTokenInfo - конструктор
Пространство имён: Tessa.ContentСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public PlainContentTokenInfo(
string token,
string scope,
string caption,
DateTime created,
DateTime expires,
Guid createdByID,
Guid? refID,
Guid? ref2ID,
Guid? userID,
byte[] hash
)
Public Sub New (
token As String,
scope As String,
caption As String,
created As DateTime,
expires As DateTime,
createdByID As Guid,
refID As Guid?,
ref2ID As Guid?,
userID As Guid?,
hash As Byte()
)
public:
PlainContentTokenInfo(
String^ token,
String^ scope,
String^ caption,
DateTime created,
DateTime expires,
Guid createdByID,
Nullable<Guid> refID,
Nullable<Guid> ref2ID,
Nullable<Guid> userID,
array<unsigned char>^ hash
)
new :
token : string *
scope : string *
caption : string *
created : DateTime *
expires : DateTime *
createdByID : Guid *
refID : Nullable<Guid> *
ref2ID : Nullable<Guid> *
userID : Nullable<Guid> *
hash : byte[] -> PlainContentTokenInfo
Параметры
- token String
-
- scope String
-
- caption String
-
- created DateTime
-
- expires DateTime
-
- createdByID Guid
-
- refID NullableGuid
-
- ref2ID NullableGuid
-
- userID NullableGuid
-
- hash Byte
-