FreeFieldLabels Class

Represents a list of labels that a CompanyDto can apply to their IFreeFields.
For example, they can have a list of labels for free fields of AccountDtos, EnvironmentDtos, DeviceDtos, etc.

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public sealed class FreeFieldLabels : ICloneable<FreeFieldLabels>, 
	IEquatable<FreeFieldLabels>
Inheritance
Object    FreeFieldLabels
Implements
ICloneableFreeFieldLabels, IEquatableFreeFieldLabels

Constructors

FreeFieldLabels Default constructor.
FreeFieldLabels(FreeFieldLabels) Used for cloning the object.

Properties

Methods

Clone Clones the current instance of the object.
Equals(FreeFieldLabels)Indicates whether the current object is equal to another object of the same type.
Equals(Object)Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object))
GetHashCodeServes as the default hash function.
(Overrides ObjectGetHashCode)

Extension Methods

PolishFreeFieldLabels Polishes the free field labels for proper usage.
(Defined by ModelPolishExtensions)

See Also