SampleClass Class

Sandcastle XML Comments

Sandcastle XML Comments GuideSampleClass Class
This class is used to demonstrate the various XML comments elements. It serves no useful purpose.
Inheritance Hierarchy
SystemObject  XMLCommentsExamplesSampleClass

Namespace: XMLCommentsExamples
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
public class SampleClass
Public Class SampleClass
public ref class SampleClass
type SampleClass =  class end

The SampleClass type exposes the following members.

Properties
  NameDescription
Public propertySampleNumber
This is used to get or set the sample number
Top
Methods
  NameDescription
Public methodCode exampleAverageValues(IEnumerableDouble)
This is used to average an enumerable list of values
Public methodAverageValues(IEnumerableDouble, IEnumerableDouble)
This is used to get the average of two enumerable list of values
Public methodCallStoredProcedure
Executes a SqlCommand with the specified storedProcName as a stored procedure initialized for updating the values of the specified row.
Public methodConceptualLinkExample
See the conceptualLink topic for more information.
Public methodDoSomething
This version of the method takes no parameters.
Public methodDoSomething(Int32)
This version of the method takes an integer parameter.
Public methodDoSomething(String)
This version of the method takes a string parameter.
Public methodDoSomething(Int32, String)
This version of the method takes both an integer and a string parameter.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFilterPriorityExample
Filter priority example
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodCode exampleGetRandomNumber
This returns a random number
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIncludeAllExample
This summary came from an external XML file.
Public methodIncludeSectionsExample
In this example, the include element is used to pull in sections of the comments.
Public methodIncrement
The Increment method increments the stored number by one
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMethodRequiringSpecificPermissions
The permission element is used to document the types of permissions that a caller must be granted to access this method.
Protected methodOnSomethingHappened
This is a protected virtual method used to raise the SomethingHappened event.
Public methodParagraphExample
A simple demonstration of the para element.
Public methodPerformAnAction
This performs an action
Public methodPreliminaryExample
This method may go away or its signature may change in a later release.
Public methodProcessText
This method processes text
Public methodSeeElementExternalExample
This is used to demonstrate the external reference type of see and seealso elements.
Public methodStatic memberSeeLangWordExamples
This demonstrates the see element's langword form
Public methodSummaryRemarksExample
The summary is a brief description of the type or type member and will be displayed in IntelliSense and the Object Browser.
Public methodSumValues(IEnumerableInt32)
This is used to sum an enumerable list of values
Public methodSumValues(IEnumerableInt32, IEnumerableInt32)
This is used to sum two enumerable list of values
Public methodTemporaryMethod
A temporary method
Public methodTokenExample
The help file was built on October 10, 2015 using Sandcastle v2015.10.10.0.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodVariousListExamples
This method shows various examples of the list XML comments element.
Public methodVariousNoteExamples
This shows the result of the various note types.
Top
Events
  NameDescription
Public eventSomethingHappened
This event is raised when something interesting happens.
Top
Operators
  NameDescription
Public operatorStatic memberAddition
Addition operator overload
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also