Class AssetProcessEvent
Inheritance
AssetProcessEvent
Syntax
[Serializable]
public class AssetProcessEvent
Properties
AssetGuid
Declaration
public string AssetGuid { get; }
Property Value
AssetName
Declaration
public string AssetName { get; }
Property Value
Description
Declaration
public string Description { get; }
Property Value
GraphGuid
Declaration
public string GraphGuid { get; }
Property Value
HowToFix
Declaration
public string HowToFix { get; }
Property Value
Kind
Declaration
public AssetProcessEvent.EventKind Kind { get; }
Property Value
NodeId
Declaration
public string NodeId { get; }
Property Value
NodeName
Declaration
public string NodeName { get; }
Property Value
Timestamp
Declaration
public DateTime Timestamp { get; }
Property Value
Methods
CreateErrorEvent(NodeException, String)
Declaration
public static AssetProcessEvent CreateErrorEvent(NodeException e, string graphGuid)
Parameters
Returns
CreateModifyEvent(String, String, NodeData)
Declaration
public static AssetProcessEvent CreateModifyEvent(string assetGuid, string graphGuid, NodeData n)
Parameters
Returns