Skip to main content

Class ItemsDataExtensionMethods

Namespace: Aurigma.DesignAtoms.ExtensionMethods
Assembly: Aurigma.DesignAtoms.dll
Syntax
public static class ItemsDataExtensionMethods

Inheritance: System.Object -> ItemsDataExtensionMethods

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

Methods

GetImageUrls

public static IEnumerable<string> GetImageUrls(this ItemsData itemsData)
Parameters
TypeNameDescription
Aurigma.DesignAtoms.Model.ItemsDataitemsData
Returns

System.Collections.Generic.IEnumerable<System.String>

GetImageUrls

public static IEnumerable<string> GetImageUrls(this IEnumerable<ItemsData> itemsDataCollection)
Parameters
TypeNameDescription
System.Collections.Generic.IEnumerable<Aurigma.DesignAtoms.Model.ItemsData>itemsDataCollection
Returns

System.Collections.Generic.IEnumerable<System.String>

Was this page helpful?