Namespace - LJCDocObjLib
Syntax
| C# |
|
public class DataMethod
|
Represents the Method documentation data.
Public Methods
|
#ctor
|
Initializes an object instance.
|
|
#ctor
|
Initializes an object instance.
|
|
#ctor
|
The Copy constructor.
|
|
SetIsPublic
|
Sets the IsPublic property. |
|
ToString
|
The object string identifier.
|
5 Methods
Private Methods
1 Methods
Properties
|
AssemblyName
|
Gets or sets the parent Assembly name value. |
|
AssemblyReflect
|
Gets or sets the LJCAssemblyReflect object. |
|
Doc
|
Gets or sets the Doc value. |
|
Example
|
Gets or sets the Remarks value. |
|
Exceptions
|
Gets or sets the deserialized Exceptions XML data list.
|
|
IsPublic
|
Gets or sets the public flag. |
|
MethodInfoValue
|
Gets or sets the MethodInfo value. |
|
MethodMember
|
Gets or sets the MethodMember value. |
|
MethodMemberName
|
Gets or sets the object MemberName value. |
|
Name
|
Gets or sets the Method Name value. |
|
OverloadName
|
The overload method unique name if required. |
|
Params
|
Gets or sets the deserialized Params XML data list. |
|
Remark
|
Gets or sets the Remarks value. |
|
Returns
|
Gets or sets the Returns value. |
|
Summary
|
Gets or sets the Summary value. |
|
TypeName
|
Gets or sets the class/type name value. |
|
TypeParams
|
Gets or sets the deserialized TypeParams XML data list.
|
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.