Class EffectiveDateParam
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: LemonEdge.Client.Core.Support
Assembly: ClientCore.dll
Syntax
[DataContract]
public class EffectiveDateParam : ViewSerializedParam, ICloneable, ICloneable<ViewSerializedParam>, ICloneable<EffectiveDateParam>
  Properties
EffectiveDate
The effective date to display to the user, and allow selection of
Declaration
public DateTimeOffset? EffectiveDate { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.DateTimeOffset> | 
Methods
Clone()
Declaration
public EffectiveDateParam Clone()
  Returns
| Type | Description | 
|---|---|
| EffectiveDateParam | 
CopyFromParam(SerializedParam)
Declaration
protected override void CopyFromParam(SerializedParam source)
  Parameters
| Type | Name | Description | 
|---|---|---|
| SerializedParam | source | 
Overrides
CopyFromSource(EffectiveDateParam)
Declaration
public void CopyFromSource(EffectiveDateParam source)
  Parameters
| Type | Name | Description | 
|---|---|---|
| EffectiveDateParam | source | 
CreateNewParam()
Declaration
protected override SerializedParam CreateNewParam()
  Returns
| Type | Description | 
|---|---|
| SerializedParam |