Toggle menu
875
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

SampleRule class

From Catglobe Wiki
Revision as of 10:03, 2 April 2018 by Nguyenduyan (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=<nowiki>SampleRule</nowiki> |Description=<nowiki>Represents a SampleRule.</nowiki> |Methods= {{CGscriptMethods_Template|ReturnType=Empty|Name=<n...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

SampleRule



Represents a SampleRule.


Methods

  • Empty Save() - Save SampleRule
  • string ToString() - The string representation of the object.

Properties

  • bool Active { get; set; } - Get/Set if the SampleRule is active or not
  • int ActualSize { get; } - Get the ActualSize of Samplerule
  • bool AllowNewNumbers { get; set; } - Get/Set the AllowNewNumbers
  • DateTime DeletedDate { get; set; } - Get/Set the DeletedDate of Samplerule
  • string Description { get; set; } - Get/Set the Description of Samplerule
  • bool EmailRequired { get; set; } - Get/Set the EmailRequired
  • int FinalPanelExpectedTarget { get; set; } - Get/Set the Target of FinalPanelExpectedTarget
  • string Name { get; set; } - Get/Set the Name of Samplerule
  • string ObjectTypeName { get; } - The name of the type of object.
  • number Percentage { get; set; } - Get/Set the Percentage of Samplerule
  • bool PhoneNumberRequired { get; set; } - Get/Set the PhoneNumberRequired
  • string RedirectLink { get; set; } - Get/Set the RedirectLink of Samplerule
  • int RequestedSize { get; set; } - Get/Set the RequestedSize of Samplerule
  • int SampleRuleType { get; } - Get the Type of Samplerule
  • int SiteId { get; } - Get the SiteId of Samplerule
  • int SizeWithData { get; } - Get the SizeWithData of Samplerule
  • int SizeWithoutData { get; } - Get the SizeWithoutData of Samplerule
  • int Target { get; set; } - Get/Set the Target of Samplerule
  • TypeInformation TypeInformation { get; } - Get information about this class.