ApiDocMember Type
Represents an method, property, constructor, function or value, record field, union case or static parameter integrated with its associated documentation. Includes extension members.
Constructors
Constructor |
Description
|
Full Usage:
ApiDocMember(displayName, attributes, entityUrlBaseName, kind, cat, catidx, exclude, details, comment, symbol, warn)
Parameters:
string
attributes : ApiDocAttribute list
entityUrlBaseName : string
kind : ApiDocMemberKind
cat : string
catidx : int
exclude : bool
details : ApiDocMemberDetails
comment : ApiDocComment
symbol : FSharpSymbol
warn : bool
Returns: ApiDocMember
|
|
Instance members
Instance member |
Description
|
|
The declared attributes of the member
|
Full Usage:
this.Category
Returns: string
|
The category
|
Full Usage:
this.CategoryIndex
Returns: int
|
The category index
|
|
The attached comment
|
Full Usage:
this.CompiledName
Returns: string option
|
The member's compiled name, if any
|
Full Usage:
this.CustomOperationName
Returns: string option
|
Returns the custom operation name, when this attribute is the CustomOperationAttribute.
|
|
The members details
|
Full Usage:
this.Exclude
Returns: bool
|
The exclude flag
|
|
The type extended by an extension member, if any
|
Full Usage:
this.FormatCompiledName
Returns: string
|
Formats the compiled name
|
Full Usage:
this.FormatModifiers
Returns: string
|
Formats modifiers
|
Full Usage:
this.FormatTypeArguments
Returns: string option
|
Formats type arguments
|
Full Usage:
this.IsObsolete
Returns: bool
|
Gets a value indicating whether this member is obsolete
|
Full Usage:
this.IsRequireQualifiedAccessAttribute
Returns: bool
|
|
|
The kind of the member
|
Full Usage:
this.Modifiers
Returns: string list
|
The member's modifiers
|
Full Usage:
this.Name
Returns: string
|
Name of the member
|
Full Usage:
this.ObsoleteMessage
Returns: string
|
Returns the obsolete message, when this member is obsolete. When its not or no message was specified, an empty string is returned
|
Full Usage:
this.Parameters
Returns: (type) list
|
The member's parameters and associated documentation
|
Full Usage:
this.ReturnInfo
Returns: (type)
|
The return section in a typical tooltip
|
Full Usage:
this.SourceLocation
Returns: string option
|
The URL of the member's source location, if any
|
|
The symbol this member is related to
|
Full Usage:
this.TypeArguments
Returns: string list
|
The member's type arguments
|
Full Usage:
this.Url
Parameters:
string
collectionName : string
qualify : bool
extension : string
Returns: string
|
The URL of the best link documentation for the item relative to "reference" directory (without the http://site.io/reference)
|
Full Usage:
this.UrlBaseName
Returns: string
|
The URL base name of the best link documentation for the item (without the http://site.io/reference)
|
|
The usage section in a typical tooltip
|
Static members
Static member |
Description
|
Full Usage:
ApiDocMember.GetUrl(entityUrlBaseName, displayName, root, collectionName, qualify, extension)
Parameters:
string
displayName : string
root : string
collectionName : string
qualify : bool
extension : string
Returns: string
|
The URL of the best link documentation for the item relative to "reference" directory (without the http://site.io/reference)
|