Class CopySnapshot
- Namespace
- The.Model.Snapshot
- Assembly
- Instagile.Model.dll
public class CopySnapshot
- Inheritance
-
CopySnapshot
- Inherited Members
-
Properties
SourceAttributes
public IEnumerable<AttributeSnapshot> SourceAttributes { get; }
Property Value
- IEnumerable<AttributeSnapshot>
TargetAttributes
public IEnumerable<AttributeSnapshot> TargetAttributes { get; }
Property Value
- IEnumerable<AttributeSnapshot>
Methods
Equals(object?)
public override bool Equals(object? obj)
Parameters
obj object
Returns
- bool
GetHashCode()
public override int GetHashCode()
Returns
- int
ToString()
public override string ToString()
Returns
- string