BaseDto Class

graph BT Type-->Base0["Object"] Type["BaseDto"] class Type type-node Derived0["MethodDto"]-->Type click Derived0 "/api/Cake.XmlDoc.Checker.Dto/MethodDto" Derived1["NamespaceDto"]-->Type click Derived1 "/api/Cake.XmlDoc.Checker.Dto/NamespaceDto" Derived2["ConstructorDto"]-->Type click Derived2 "/api/Cake.XmlDoc.Checker.Dto/ConstructorDto" Derived3["TypeDto"]-->Type click Derived3 "/api/Cake.XmlDoc.Checker.Dto/TypeDto" Derived4["PropertyDto"]-->Type click Derived4 "/api/Cake.XmlDoc.Checker.Dto/PropertyDto" Derived5["FieldDto"]-->Type click Derived5 "/api/Cake.XmlDoc.Checker.Dto/FieldDto"

Syntax

public abstract class BaseDto

Constructors

Name Summary
BaseDto()

Properties

Name Value Summary
HasErrors bool
Name string
XmlDescription string

Extension Methods

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