Interface IDotNetMember
Base definition for all .net member models.
Inherited Members
Namespace: CodeFactory.DotNet
Assembly: CodeFactory.DotNet.dll
Syntax
public interface IDotNetMember : IDotNetModel, IModelStatus, ISourceFiles, IDotNetAttributes, IDocumentation, IParent, ILookup
Properties
| Improve this Doc View SourceMemberType
The type of member the model is.
Declaration
DotNetMemberType MemberType { get; }
Property Value
Type | Description |
---|---|
DotNetMemberType |
Name
The name assigned to the member.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
Security
The security scope that has been assigned to the member.
Declaration
DotNetSecurity Security { get; }
Property Value
Type | Description |
---|---|
DotNetSecurity |