XdtTransformationLogEntry Class

Summary

Assembly
Cake.XdtTransform.dll
Namespace
Cake.XdtTransform
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["XdtTransformationLogEntry"] class Type type-node

Syntax

public class XdtTransformationLogEntry

Constructors

Properties

Name Value Summary
Exception Exception
Exception, if supplied
File string
File, if supplied
LineNumber Nullable<int>
LineNumber, if supplied
LinePosition Nullable<int>
LinePosition, if supplied
Message string
Message before format
MessageArgs object[]
Message arguments for format
MessageType string
MessageType, if supplied, i.e. "Message","Warning","Error" etc.
MessageVerbosityType Nullable<MessageType>
DotNet.Xdt.MessageType if supplied, depicts verbosity
Timestamp DateTime
Time of entry

Methods

Name Value Summary
ToString() string
Outputs all available information as a string

Extension Methods

Name Value Summary
Dump<XdtTransformationLogEntry>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<XdtTransformationLogEntry>(XdtTransformationLogEntry[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<XdtTransformationLogEntry>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<XdtTransformationLogEntry>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<XdtTransformationLogEntry>(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<XdtTransformationLogEntry>(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