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.7+ce90b2cf6b782b8d7b7fd47b3c546987c652c00f
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