SubMain - CodeIt.Right The First Time!  
Home
Products
  CodeIt.Right
  CodeIt.Once for .NET
  PrettyCode.Print for .NET
  PrettyCode.Print
  SmartOutline for VS2005
  .NET Coding Guidelines
Download
Purchase
Support
Contact Us

CodeIt.Right SDK Class Library

IPropertyBaseInfo Members

IPropertyBaseInfo overview

Public Instance Properties

CanGet Returns true if the property/indexer has get-accessor.
CanSet Returns true if property/indexer has set-accessor.
GetBlock Gets a block object of the property/indexer get-accessor.
GetRegion Gets a region of the property/indexer get-accessor.
SetBlock Gets a block object of the property/indexer set-accessor.
SetRegion Gets a region of the property/indexer set-accessor.

Public Instance Methods

AddGetAccessor Adds get-accessor to the property/indexer.
AddSetAccessor Add set-accessor to the property/indexer.
ChangeParameters Changes a parameters of the property/indexer.
GetConstants Gets custom constants of the property/indexer.
GetParameters Gets custom parameters of the property/indexer.
GetVariables Gets a custom variables of the property/indexer.
InsertCodeBlockAfterStatement Inserts a code block after the specified statement.
InsertCodeBlockAt Inserts a code block.
InsertCodeBlockAtEnd Inserts a code block at the end of specified statement.
InsertCodeBlockAtStart Inserts a code block at the start of specified statement.
InsertCodeBlockBeforeStatement Inserts a code block before the specified statement.

See Also

IPropertyBaseInfo Interface | SubMain.CodeItRight.Sdk.Core.Reflection Namespace