Class WebsiteCaptchaSettingsInfo
Data container class for WebsiteCaptchaSettingsInfo.
public class WebsiteCaptchaSettingsInfo : AbstractInfo<WebsiteCaptchaSettingsInfo, IInfoProvider<WebsiteCaptchaSettingsInfo>>, IExtensible, IInfo, IAdvancedDataContainer, ICMSObject, IHierarchicalDataContainer, IDataContainer, ISimpleDataContainer, IVirtualHierarchicalObject, IHierarchicalObject, INameIndexable, IMacroObject, IInfoWithId
- Inheritance
-
objectWebsiteCaptchaSettingsInfo
- Implements
- Inherited Members
- Extension Methods
Constructors
WebsiteCaptchaSettingsInfo()
Creates an empty instance of the WebsiteCaptchaSettingsInfo class.
public WebsiteCaptchaSettingsInfo()
WebsiteCaptchaSettingsInfo(DataRow)
Creates a new instances of the WebsiteCaptchaSettingsInfo class from the given System.Data.DataRow.
public WebsiteCaptchaSettingsInfo(DataRow dr)
Parameters
dr
DataRowDataRow with the object data.
Fields
OBJECT_TYPE
Object type.
public const string OBJECT_TYPE = "cms.websitecaptchasettings"
Field Value
- string
TYPEINFO
Type information.
public static readonly ObjectTypeInfo TYPEINFO
Field Value
Properties
WebsiteCaptchaSettingsGUID
Website captcha settings GUID.
[DatabaseField]
public virtual Guid WebsiteCaptchaSettingsGUID { get; set; }
Property Value
- Guid
WebsiteCaptchaSettingsID
Website captcha settings ID.
[DatabaseField]
public virtual int WebsiteCaptchaSettingsID { get; set; }
Property Value
- int
WebsiteCaptchaSettingsReCaptchaSecretKey
Website captcha settings ReCAPTCHA secret key.
[DatabaseField]
public virtual string WebsiteCaptchaSettingsReCaptchaSecretKey { get; set; }
Property Value
- string
WebsiteCaptchaSettingsReCaptchaSiteKey
Website captcha settings ReCAPTCHA site key.
[DatabaseField]
public virtual string WebsiteCaptchaSettingsReCaptchaSiteKey { get; set; }
Property Value
- string
WebsiteCaptchaSettingsReCaptchaThreshold
Website captcha settings ReCAPTCHA threshold.
[DatabaseField]
public virtual double WebsiteCaptchaSettingsReCaptchaThreshold { get; set; }
Property Value
- double
WebsiteCaptchaSettingsReCaptchaVersion
Website captcha settings ReCAPTCHA version.
[DatabaseField]
public virtual ReCaptchaVersion WebsiteCaptchaSettingsReCaptchaVersion { get; set; }
Property Value
WebsiteCaptchaSettingsWebsiteChannelID
Website captcha settings website channel ID.
[DatabaseField]
public virtual int WebsiteCaptchaSettingsWebsiteChannelID { get; set; }
Property Value
- int
Methods
DeleteObject()
Deletes the object using appropriate provider.
protected override void DeleteObject()
LoadDefaultData()
Loads the default data to the object.
protected override void LoadDefaultData()
SetObject()
Updates the object using appropriate provider.
protected override void SetObject()