fuget.org
DynamoVisualProgramming.DynamoServices
by Autodesk
3.0.0-beta7022
Toggle Dropdown
API Diff
with 2.14.0-beta3345
Toggle Dropdown
DynamoVisualProgramming.DynamoServices.3.0.0-beta7022.nupkg
nuget.org
github.com
Apache License 2
<
PackageReference
Include
=
"DynamoVisualProgramming.DynamoServices"
Version
=
"3.0.0-beta7022"
/>
Frameworks
netstandard2.0
API Diff between 3.0.0-beta7022 and 2.14.0-beta3345
54
Additions
9
Removals
Autodesk.DesignScript.Interfaces
public
enum
VertexType
LineInstance
=
4
MeshInstance
=
3
Autodesk.DesignScript.Runtime
public
class
IsObsoleteAttribute
:
Attribute
public
IsObsoleteAttribute
(
string
descriptionResourceID
,
Type
resourceType
)
public
IsObsoleteAttribute
(
string
descriptionResourceID
,
string
typeName
)
Dynamo.Logging
public
enum
Actions
Break
=
45
BuiltInPackageConflict
=
47
Cancel
=
51
Completed
=
52
Dismiss
=
43
Export
=
59
FilterButtonClicked
=
14
GroupAddedTo
=
38
GroupRemovedFrom
=
39
Filter
=
14
Freeze
=
39
Hide
=
46
Import
=
58
KeepOldPackage
=
29
KeepOld
=
29
Next
=
53
Preview
=
38
Previous
=
54
Rename
=
40
Set
=
42
Show
=
41
SignIn
=
56
SignOut
=
57
Sort
=
48
TimeElapsed
=
55
Undismiss
=
44
View
=
49
ViewDocumentation
=
50
public
static
class
Analytics
public
static
bool
DisableAnalytics
public
static
bool
DisableAnalytics
{
get
; }
public
static
Task
<
IDisposable
>
CreateTaskTimedEvent
(
Categories
category
,
string
variable
,
string
description
=
""
,
int
?
value
=
default
)
public
static
void
EndTaskCommandEvent
(
Task
<
IDisposable
>
taskEvent
)
public
static
Task
<
IDisposable
>
TrackTaskCommandEvent
(
string
name
,
string
description
=
""
,
int
?
value
=
default
)
public
static
Task
<
IDisposable
>
TrackTaskFileOperationEvent
(
string
filepath
,
Actions
operation
,
int
size
,
string
description
=
""
)
public
enum
Categories
ConnectorOperations
=
22
GroupStyleOperations
=
23
GuidedTourOperations
=
24
NodeContextMenuOperations
=
21
PackageManager
=
8
SplashScreenOperations
=
25
public
interface
IAnalyticsClient
bool
ReportingUsage
{
get
; }
Task
<
IDisposable
>
CreateTaskCommandEvent
(
string
name
,
string
description
,
int
?
value
)
Task
<
IDisposable
>
CreateTaskTimedEvent
(
Categories
category
,
string
variable
,
string
description
,
int
?
value
)
void
EndEventTask
(
Task
<
IDisposable
>
taskToEnd
)
Task
<
IDisposable
>
TrackTaskFileOperationEvent
(
string
filepath
,
Actions
operation
,
int
size
,
string
description
)
DynamoServices
public
static
class
LogWarningMessageEvents
public
static
void
OnLogInfoMessage
(
string
message
)
public
class
NodeInternalException
:
Exception
protected
NodeInternalException
(
SerializationInfo
info
,
StreamingContext
context
)
public
static
class
TraceUtils
public
static
ISerializable
GetTraceData
(
string
key
)
public
static
void
SetTraceData
(
string
key
,
ISerializable
value
)
public
static
string
GetTraceData
(
string
key
)
public
static
void
SetTraceData
(
string
key
,
string
value
)
DynamoUnits
public
class
Display
public
enum
NumberFormat
public
static
int
Precision
{
get
; }
public
static
string
PrecisionFormat
{
get
;
set
; }
public
static
bool
RemoveTrailingZeros
{
get
;
set
; }
public
static
NumberFormat
UnitNumberFormat
{
get
;
set
; }
public
Display
()
PythonNodeModels
public
enum
PythonEngineVersion
Unknown
=
3