EagerLoad_Extensions Class

Extensions to the EagerLoading class which allow for more specific EagerLoading specifications.

Definition

Namespace: CoordinateSharp
Assembly: CoordinateSharp (in CoordinateSharp.dll) Version: 2.21.1.1
XMLNS for XAML: Not mapped to an xmlns.
C#
[SerializableAttribute]
public class EagerLoad_Extensions
Inheritance
Object    EagerLoad_Extensions

Constructors

EagerLoad_Extensions Create a new EagerLoad_Extensions object. All values will be set to true.
EagerLoad_Extensions(Boolean) Create a new EagerLoad_Extensions object. All values will be set to the pass parameter.
EagerLoad_Extensions(EagerLoad_ExtensionsType) Create a new EagerLoad_Extensions object. Extension values can be specified with enum flags.

Properties

Lunar_Cycle Eager load lunar information. Includes rises, sets, phase, distance and azimuth / altitude data.
Lunar_Eclipse Eager load lunar eclipse data.
MGRS Eager load MGRS data.
Solar_Cycle Eager load solar cycle information. Includes rises, sets, dusks, dawns and azimuth / altitude data.
Solar_Eclipse Eager load solar eclipse data.
Solstice_Equinox Eager load solstice and equinox information
Zodiac Eager load zodiac data.
Obsolete.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also