Class AssignLeadSetup
Inheritance
System.Object
    AssignLeadSetup
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: FChoice.Toolkits.Clarify.Sales
Assembly: FChoice.Toolkits.Clarify.dll
Syntax
public class AssignLeadSetup
  Constructors
AssignLeadSetup(Int32, String)
Declaration
[ConstructorIndex(0)]
public AssignLeadSetup(int leadObjid, string newOwner)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | leadObjid | |
| System.String | newOwner | 
Properties
AssignDate
Declaration
[PropertyBitValue(4)]
public DateTime AssignDate { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.DateTime | 
GenerateTimeBombs
Declaration
[PropertyBitValue(8)]
public bool GenerateTimeBombs { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
LeadObjid
Declaration
[PropertyBitValue(1)]
public int LeadObjid { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
NewOwner
Declaration
[PropertyBitValue(2)]
public string NewOwner { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |