Class Palette
Implements
System.Collections.Generic.IList<Swatch>
System.Collections.Generic.ICollection<Swatch>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<Swatch>
System.Collections.Generic.IReadOnlyCollection<Swatch>
System.Collections.Generic.IEnumerable<Swatch>
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Model.Color.Swatch>.Add(Aurigma.DesignAtoms.Model.Color.Swatch)
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Model.Color.Swatch>.Clear()
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Model.Color.Swatch>.CopyTo(Aurigma.DesignAtoms.Model.Color.Swatch[], System.Int32)
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Model.Color.Swatch>.Contains(Aurigma.DesignAtoms.Model.Color.Swatch)
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Model.Color.Swatch>.GetEnumerator()
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Model.Color.Swatch>.IndexOf(Aurigma.DesignAtoms.Model.Color.Swatch)
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Model.Color.Swatch>.Insert(System.Int32, Aurigma.DesignAtoms.Model.Color.Swatch)
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Model.Color.Swatch>.Remove(Aurigma.DesignAtoms.Model.Color.Swatch)
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Model.Color.Swatch>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Model.Color.Swatch>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Model.Color.Swatch>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Model.Color.Swatch>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Model.Color.Swatch>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Model.Color.Swatch>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Model.Color.Swatch>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Model.Color.Swatch>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Model.Color.Swatch>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Model.Color.Swatch>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Model.Color.Swatch>.Count
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Model.Color.Swatch>.Items
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Model.Color.Swatch>.System.Collections.Generic.ICollection<Aurigma.DesignAtoms.Model.Color.Swatch>.IsReadOnly
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Model.Color.Swatch>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Model.Color.Swatch>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Model.Color.Swatch>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Model.Color.Swatch>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Model.Color.Swatch>.System.Collections.IList.IsFixedSize
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Model.Color
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class Palette : Collection<Swatch>, IList<Swatch>, ICollection<Swatch>, IList, ICollection, IReadOnlyList<Swatch>, IReadOnlyCollection<Swatch>, IEnumerable<Swatch>, IEnumerable
Constructors
Palette()
Declaration
public Palette()
Palette(IEnumerable<Swatch>, String)
Declaration
public Palette(IEnumerable<Swatch> collection, string uid = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IEnumerable<Swatch> | collection | |
| System.String | uid |
Properties
Swatches
Declaration
public List<Swatch> Swatches { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<Swatch> |
UID
Declaration
public string UID { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
Clone()
Declaration
public Palette Clone()
Returns
| Type | Description |
|---|---|
| Palette |
Equals(Palette, Palette)
Declaration
public static bool Equals(Palette a, Palette b)
Parameters
| Type | Name | Description |
|---|---|---|
| Palette | a | |
| Palette | b |
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)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| System.Int32 |
Overrides
System.Object.GetHashCode()
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable