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()
Namespace: Aurigma.DesignAtoms.ExtensionMethods
Assembly: Aurigma.DesignAtoms.dll
Syntax
public static class ItemsDataExtensionMethods
Methods
GetImageUrls(ItemsData)
Declaration
public static IEnumerable<string> GetImageUrls(this ItemsData itemsData)
Parameters
| Type | Name | Description |
|---|---|---|
| ItemsData | itemsData |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<System.String> |
GetImageUrls(IEnumerable<ItemsData>)
Declaration
public static IEnumerable<string> GetImageUrls(this IEnumerable<ItemsData> itemsDataCollection)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IEnumerable<ItemsData> | itemsDataCollection |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<System.String> |