Class BaseSecureAnswer
Inheritance
System.Object
    
    BaseSecureAnswer
      
      
      
  Implements
System.ComponentModel.INotifyPropertyChanged
  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: SecureExchangesSDK.SecureExchanges
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class BaseSecureAnswer : Answer, INotifyPropertyChanged
  Properties
BusinessName
Declaration
public string BusinessName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
ClearCookie
Declaration
public bool ClearCookie { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
FormatDateCultureID
Declaration
public string FormatDateCultureID { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
IsAffiliateUser
Declaration
public bool IsAffiliateUser { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsLogAsAffiliate
Declaration
public bool IsLogAsAffiliate { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
PlanPermission
Declaration
public PlanPermission PlanPermission { get; set; }
  Property Value
| Type | Description | 
|---|---|
| PlanPermission | 
RolePerm
Declaration
public RoleAndPermission RolePerm { get; set; }
  Property Value
| Type | Description | 
|---|---|
| RoleAndPermission | 
StoreInfo
Declaration
public CookieStoreInfo StoreInfo { get; set; }
  Property Value
| Type | Description | 
|---|---|
| CookieStoreInfo | 
Implements
      System.ComponentModel.INotifyPropertyChanged