UserTrackingRecord 클래스

정의

주의

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

UserTrackPoint가 일치할 때 런타임 추적 인프라에서 추적 서비스로 보내는 데이터를 포함합니다.

public ref class UserTrackingRecord : System::Workflow::Runtime::Tracking::TrackingRecord
public class UserTrackingRecord : System.Workflow.Runtime.Tracking.TrackingRecord
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class UserTrackingRecord : System.Workflow.Runtime.Tracking.TrackingRecord
type UserTrackingRecord = class
    inherit TrackingRecord
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type UserTrackingRecord = class
    inherit TrackingRecord
Public Class UserTrackingRecord
Inherits TrackingRecord
상속
UserTrackingRecord
특성

설명

참고

이 자료에서는 더 이상 사용되지 않는 형식과 네임스페이스에 대해 설명합니다. 자세한 내용은 Deprecated Types in Windows Workflow Foundation 4.5(Windows Workflow Foundation 4.5에서 사용되지 않는 형식)를 참조하세요.

런타임 추적 인프라는 UserTrackPointTrackingProfile를 일치시킬 때 추적 서비스와 연결된 UserTrackingRecord을 통해 TrackingChannel를 추적 서비스로 보냅니다. 추적 서비스는 추적 레코드의 데이터에 필요한 모든 작업을 수행할 수 있습니다.

생성자

UserTrackingRecord()

UserTrackingRecord 클래스의 새 인스턴스를 초기화합니다.

UserTrackingRecord(Type, String, Guid, Guid, DateTime, Int32, String, Object)

지정된 매개 변수를 사용하여 UserTrackingRecord 클래스의 새 인스턴스를 초기화합니다.

속성

ActivityType

UserTrackingRecord가 만들어진 사용자 데이터를 내보낸 활동의 CLR(공용 언어 런타임) 형식을 가져오거나 설정합니다.

Annotations

사용자 이벤트와 연결된 주석 컬렉션을 가져옵니다.

Body

일치된 UserTrackPoint에 대한 워크플로에서 추출된 모든 추가 데이터를 포함하는 목록을 가져옵니다.

ContextGuid

활동의 컨텍스트입니다.

EventArgs

Nothing의 경우 항상 null 참조(Visual Basic의 경우 UserTrackingRecord)입니다.

EventDateTime

사용자 이벤트가 발생한 날짜와 시간을 가져오거나 설정합니다.

EventOrder

워크플로 인스턴스의 UserTrackPoint와 일치된 사용자 이벤트의 순서를 나타내는 값을 가져오거나 설정합니다.

ParentContextGuid

부모 활동의 컨텍스트입니다.

QualifiedName

UserTrackingRecord와 연결된 활동의 정규화된 이름을 가져오거나 설정합니다.

UserData

이 사용자 이벤트에 대한 사용자 데이터를 가져오거나 설정합니다.

UserDataKey

UserTrackingRecord에 대한 사용자 데이터와 연결된 키를 가져오거나 설정합니다.

메서드

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상