Skip to main content

Class MetadataInfo

Namespace: Aurigma.DesignAtoms.Services
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class MetadataInfo

Inheritance: System.Object -> MetadataInfo

Inherited Members

  • System.Object.ToString
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone

Constructors

MetadataInfo

public MetadataInfo()

Properties

Metadata

public ImageMetaData Metadata { get; set; }

FileSize

public long FileSize { get; set; }

LastModified

public DateTime LastModified { get; set; }

UserId

public string UserId { get; set; }

Source

public string Source { get; set; }
Was this page helpful?