EventsModels 1.7.0

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package EventsModels --version 1.7.0
NuGet\Install-Package EventsModels -Version 1.7.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EventsModels" Version="1.7.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EventsModels --version 1.7.0
#r "nuget: EventsModels, 1.7.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install EventsModels as a Cake Addin
#addin nuget:?package=EventsModels&version=1.7.0

// Install EventsModels as a Cake Tool
#tool nuget:?package=EventsModels&version=1.7.0

X2O Models Library (1.7.0)

NuGet:
Install-Package EventsModels -Version 1.7.0

Models

FullEvent
  • EventData (EventData)
  • Header (Header)
  • Insights (IList of Insight)
  • Labels (IList of Label)
  • Objects (IList of SingleObject)
  • Status (Status)
InitialEvent
  • Header (Header)
  • UnmanagedData (JObject)
ObjectFlowEvent
  • Header (Header)
  • Nested (Int32)
  • Siblings (Int32)
  • SingleObject (SingleObject)
  • Status (Status)
ProviderRequestEvent
  • Header (Header)
  • Object (ProviderRequestedObjectModel)
ProviderResponseEvent
  • Header (Header)
  • Nested (Int32)
  • Object (ProviderSingleObject)
  • ParentEventId (String)
  • Siblings (Int32)
  • Status (Status)
BaseEventModel
  • Header (Header)
Connection
  • Anomaly (ConnectionAnomaly (Enum))
  • Id (String)
  • SourceKey (String)
  • TargetKey (String)
  • Weight (Single)
Entity
  • Id (String)
  • Type (EntityRelationType (Enum))
EventData
  • Connections (IList of Connection)
  • RiskValue (Single)
  • Sensitivity (Single)
  • Severity (Severity (Enum))
  • TrustValue (Single)
  • Application (DataSourceApplication (Enum))
  • EventTime (DateTime)
  • EventType (EventType (Enum))
  • ExternalEventId (String)
  • InternalEventId (String)
  • OrgId (String)
  • Service (DataSourceService (Enum))
  • ServiceScope (String)
  • UID (String)
InformationRelation
  • Accountable (IList of Relation)
  • Information (IList of Relation)
  • Source (IList of Relation)
Insight
  • Description (String)
  • Entities (IList of Entity)
  • InsightId (String)
  • Name (String)
  • Recommendation (String)
  • Severity (Severity (Enum))
InsightInfo
  • DescriptionTemplate (String)
  • Enabled (Boolean)
  • Id (String)
  • LexRule (String)
  • Name (String)
  • RecommendationTemplate (String)
  • Relations (InformationRelation)
  • Severity (Severity (Enum))
Label
  • Code (LabelCode (Enum))
  • Concrete (Single)
  • Id (String)
  • LabelCategory (LabelCategory (Enum))
  • LabelName (String)
  • LabelType (LabelType (Enum))
  • RiskValue (Single)
  • Sensitivity (Single)
  • Threshold (Single)
  • TrustValue (Single)
NestedObject
  • ExternalObjectId (String)
  • ObjectType (ObjectType (Enum))
  • RelationType (String)
ObjectData
  • ClusterId (String)
  • Sensitivity (Single)
ProviderRequestedObjectModel
  • ExternalHash (String)
  • ExternalIdentifier (String)
  • ExternalObjectId (String)
  • IncludeNested (Boolean)
  • ObjectCategory (ObjectCategory (Enum))
  • ObjectType (ObjectType (Enum))
  • Relation (Relation (Enum))
ProviderSingleObject
  • ContentHash (String)
  • ExternalIdentifier (String)
  • ExternalObjectId (String)
  • IsExternal (Boolean)
  • ObjectCategory (ObjectCategory (Enum))
  • ObjectName (String)
  • ObjectType (ObjectType (Enum))
  • RawBlobKey (String)
  • Relation (Relation (Enum))
  • UnmanagedData (JObject)
SingleObject
  • ContentHash (String)
  • ExternalHash (String)
  • ExternalIdentifier (String)
  • ExternalObjectId (String)
  • ExtractedBlobKey (String)
  • InternalObjectId (String)
  • InternalParentUid (String)
  • IsExternal (Boolean)
  • IsProvidable (Boolean)
  • Labels (IList of Label)
  • ObjectCategory (ObjectCategory (Enum))
  • ObjectData (ObjectData)
  • ObjectName (String)
  • ObjectType (ObjectType (Enum))
  • RawBlobKey (String)
  • Relation (Relation (Enum))
  • UnmanagedData (JObject)
Status
  • Code (StatusCode (Enum))
  • Reason (String)
UserCredential
  • Password (String)
  • Username (String)
UserDTO
  • AssociatedOrg (String)
  • Credentials (IList of UserCredential)
  • ExternalIds (IList of UserExternalId)
  • Id (String)
  • ManagedOrgs (IList of String)
  • Roles (IList of UserRole)
UserExternalId
  • Domain (String)
  • ServiceProvider (AuthenticationServiceProvider (Enum))
  • UserId (String)
UserToken
  • AssociatedOrg (String)
  • Expiration (Int32)
  • Id (String)
  • ManagedOrgs (IList of String)
  • ManagedOrgsCount (Int32)
  • Roles (IList of UserRole)
  • SessionId (String)
ComponentRule
  • EventType (EventType (Enum))
  • Id (Int32)
  • Label (String)
  • LexPattern (String)
DbLablerRule
  • GremlinQuery (String)
  • GremlinRequestKey (GremlinRequestKey (Enum))
  • LabelId (String)
  • Lex (String)
  • Method (GremlinMethod (Enum))
InitialEventDecomposingMap
  • DisplayProperty (String)
  • ExternalIdentifierProperty (String)
  • IsProvidable (Boolean)
  • LeadingProperty (String)
  • ObjectCategory (ObjectCategory (Enum))
  • ObjectType (ObjectType (Enum))
  • Properties (IList of String)
  • Relation (Relation (Enum))
OgbRule
  • Relation (Relation (Enum))
  • Weight (Single)
VirtualLabelRule
  • ConditionedLabels (IList of String)
  • VirtualLabel (String)

Extensions

The IList is extended with

void IList.AddRange<T>(IEnumerable<T> collection)

The Enum is extended with

string ToName()
TEnum? ToEnum<TEnum>(this string name)

The System.Type extends with

string Type.ToEnumName(object value)
bool Type.TryParseEnum(string name, out object value)
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated