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:09, 17 January 2019 by Administrator (talk | contribs)

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
  • DateTime DeletedDate { get; } - Get/Set the DeletedDate of Samplerule
  • string Description { get; set; } - Get/Set the Description of Samplerule
  • string Name { get; set; } - Get/Set the Name of Samplerule
  • string ObjectTypeName { get; } - The name of the type of object.
  • int SampleRuleType { get; } - Get the Type of Samplerule
  • int SizeWithData { get; } - Get the SizeWithData of Samplerule
  • int SizeWithoutData { get; } - Get the SizeWithoutData of Samplerule
  • TypeInformation TypeInformation { get; } - Get information about this class.

Static Methods

  • Array of SampleRule SampleRule_getByGroupResourceId(int groupResourceId "Resource id of the group to get samples from") - Get all sample rules associacted with a group