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