SourceControlInterface::ChangeFiles Struct Reference

#include <sourcecontrol.h>

详细描述

Return value of DescribeChangelist() .

公共成员函数

  ChangeFiles ()

Public Attributes

Url   file
String   action
String   type
Int   revision
Int64   fileSize
String   digest

构造函数 & 析构函数文档编制

◆  ChangeFiles()

ChangeFiles ( )

Member Data Documentation

◆  file

Url file

File name.

◆  action

String action

Submit action: "edit", "add" ...

◆  type

String type

File type: "text" or "binary" ...

◆  revision

Int revision

File revision.

◆  fileSize

Int64 fileSize

File size in bytes.

◆  digest

String digest

Digest of the file.