ExpirationDefinition Class

Assembly
Cake.SSRS.dll
Namespace
Cake.SSRS
Base Types
  • Object
Derived Types
graph BT Type-->Base0["Object"] Type["ExpirationDefinition"] class Type type-node Derived0["ScheduleExpiration"]-->Type click Derived0 "/api/Cake.SSRS/ScheduleExpiration" Derived1["TimeExpiration"]-->Type click Derived1 "/api/Cake.SSRS/TimeExpiration"

Syntax

public class ExpirationDefinition

Attributes

Type Description
XmlIncludeAttribute
XmlIncludeAttribute
GeneratedCodeAttribute
DebuggerStepThroughAttribute
XmlTypeAttribute

Constructors

Name Summary
ExpirationDefinition()

Extension Methods

Name Value Summary
Dump<ExpirationDefinition>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<ExpirationDefinition>(ExpirationDefinition[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<ExpirationDefinition>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<ExpirationDefinition>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<ExpirationDefinition>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<ExpirationDefinition>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin