/ Assembly List / LJCDocObjLib / DataProperty

Namespace - LJCDocObjLib


Syntax

C#
public class DataProperty : IComparable<DataProperty>

Represents the Property documentation data.

Public Methods
#ctor Initializes an object instance.
#ctor Initializes an object instance.
CompareTo Provides the default Sort functionality.
ToString The object string identifier.
4 Methods

Properties
AssemblyName Gets or sets the parent Assembly name value.
Doc Gets or sets the Doc value.
IsPublic Gets or sets the public flag.
Name Gets or sets the Property Name value.
PropertyMember Gets or sets the PropertyMember value.
PropertyMemberName Gets or sets the object MemberName value.
Remark Gets or sets the Remark value.
Returns Gets or sets the Returns value.
Summary Gets or sets the Summary value.
TypeName Gets or sets the class/type name value.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.