Back to Website
Show / Hide Table of Contents

Class WebImageMetadata

Inheritance
System.Object
WebImageMetadata
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Services.RemoteImageLoader
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class WebImageMetadata

Constructors

WebImageMetadata()

Declaration
public WebImageMetadata()

Properties

Date

Declaration
public DateTimeOffset? Date { get; set; }
Property Value
Type Description
System.Nullable<System.DateTimeOffset>

ETag

Declaration
public string ETag { get; set; }
Property Value
Type Description
System.String

Expires

Declaration
public DateTimeOffset? Expires { get; set; }
Property Value
Type Description
System.Nullable<System.DateTimeOffset>

LastModified

Declaration
public DateTimeOffset? LastModified { get; set; }
Property Value
Type Description
System.Nullable<System.DateTimeOffset>

Length

Declaration
public long? Length { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

Url

Declaration
public string Url { get; set; }
Property Value
Type Description
System.String

Methods

Equals(WebImageMetadata)

Declaration
protected bool Equals(WebImageMetadata other)
Parameters
Type Name Description
WebImageMetadata other
Returns
Type Description
System.Boolean

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean
Overrides
System.Object.Equals(System.Object)

IsUpToDate(DateTime)

Declaration
public bool IsUpToDate(DateTime checkTime)
Parameters
Type Name Description
System.DateTime checkTime
Returns
Type Description
System.Boolean
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback