Costruttore
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public CfgOperation(
Guid docid,
string cfgkey,
string oldname,
string newname,
CfgOperationCfgOpEnum cfgOpEnum,
bool published,
DateTime? date
)
Public Sub New (
docid As Guid,
cfgkey As String,
oldname As String,
newname As String,
cfgOpEnum As CfgOperationCfgOpEnum,
published As Boolean,
date As DateTime?
)
public:
CfgOperation(
Guid docid,
String^ cfgkey,
String^ oldname,
String^ newname,
CfgOperationCfgOpEnum cfgOpEnum,
bool published,
Nullable<DateTime> date
)
new :
docid : Guid *
cfgkey : string *
oldname : string *
newname : string *
cfgOpEnum : CfgOperationCfgOpEnum *
published : bool *
date : Nullable<DateTime> -> CfgOperation
Parametri
- docid Guid
- cfgkey String
- oldname String
- newname String
- cfgOpEnum CfgOperationCfgOpEnum
- published Boolean
- date NullableDateTime
Vedi anche