Table of Contents

Class Animation

Namespace
C4.Net
Assembly
C4.Net.Core.dll

Describes a single animation step for a static or deployment view.

[DataContract]
public sealed class Animation
Inheritance
Animation
Inherited Members

Properties

Elements

Identifies the element IDs revealed by this animation step.

[DataMember(Name = "elements", EmitDefaultValue = false)]
public ISet<string> Elements { get; }

Property Value

ISet<string>

Order

Indicates the 1-based position of this animation step within the view.

[DataMember(Name = "order", EmitDefaultValue = false)]
public int Order { get; }

Property Value

int

Relationships

Identifies the relationship IDs revealed by this animation step.

[DataMember(Name = "relationships", EmitDefaultValue = false)]
public ISet<string> Relationships { get; }

Property Value

ISet<string>