CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Interface ICsProperty

    Model definition of a property in C#.

    Inherited Members
    ICsMember.Security
    ICsMember.MemberType
    ICsMember.AddBeforeAsync(string, string)
    ICsMember.AddBeforeAsync(string)
    ICsMember.AddBeforeAsync(string, bool)
    ICsMember.AddAfterAsync(string, string)
    ICsMember.AddAfterAsync(string)
    ICsMember.DeleteAsync(string)
    ICsMember.DeleteAsync()
    ICsMember.GetSourceLocationAsync(string)
    ICsMember.GetSourceLocationAsync()
    ICsMember.ReplaceAsync(string, string)
    ICsMember.ReplaceAsync(string)
    ICsMember.CommentOutSyntaxAsync(string)
    ICsMember.GetMemberSyntaxAsync()
    ICsModel.ModelType
    ICsModel.GetModel<T>(string)
    ICsModel.GetModel(string)
    ICsAttributes.Attributes
    IParent.Parent
    IDotNetProperty.HasGet
    IDotNetProperty.HasSet
    IDotNetProperty.HasInit
    IDotNetProperty.IsAbstract
    IDotNetProperty.IsVirtual
    IDotNetProperty.IsSealed
    IDotNetProperty.IsOverride
    IDotNetProperty.IsStatic
    IDotNetProperty.GetMethod
    IDotNetProperty.SetMethod
    IDotNetProperty.InitMethod
    IDotNetProperty.LoadGetBodySyntaxAsync()
    IDotNetProperty.LoadSetBodySyntaxAsync()
    IDotNetMember.Name
    IDotNetModel.LoadedFromSource
    IDotNetModel.Language
    IDotNetModel.SourceDocument
    IModelStatus.IsLoaded
    IModelStatus.HasErrors
    IModelStatus.GetErrors()
    ISourceFiles.SourceFiles
    ISourceFiles.ModelSourceFile
    IDotNetAttributes.HasAttributes
    IDocumentation.HasDocumentation
    IDocumentation.Documentation
    IDocumentation.AddBeforeDocsAsync(string)
    IDocumentation.AddAfterDocsAsync(string)
    IDocumentation.ReplaceDocsAsync(string)
    IDocumentation.DeleteDocsAsync()
    ILookup.LookupPath
    Namespace: CodeFactory.DotNet.CSharp
    Assembly: CodeFactory.DotNet.dll
    Syntax
    public interface ICsProperty : ICsMember, ICsModel, ICsAttributes, IParent, IDotNetProperty, IDotNetMember, IDotNetModel, IModelStatus, ISourceFiles, IDotNetAttributes, IDocumentation, IParent, ILookup

    Properties

    | Improve this Doc View Source

    GetSecurity

    The security scope that is assigned to the get accessor. Make sure you check the HasGet to determine if the property supports get operations.

    Declaration
    [Obsolete("This will be removed in later editions of the SDK. Use the GetMethod property to access the get method details.", false)]
    CsSecurity GetSecurity { get; }
    Property Value
    Type Description
    CsSecurity
    | Improve this Doc View Source

    PropertyType

    The source data type that is managed by this property.

    Declaration
    CsType PropertyType { get; }
    Property Value
    Type Description
    CsType
    | Improve this Doc View Source

    SetSecurity

    The security scope that is assigned to the set accessor. Make sure you check the HasSet to determine if the property supports set operations.

    Declaration
    [Obsolete("This will be removed in later editions of the SDK. Use the SetMethod property to access the set method details.", false)]
    CsSecurity SetSecurity { get; }
    Property Value
    Type Description
    CsSecurity

    Extension Methods

    DocumentationExtensions.CSharpFormatXmlDocumentationEnumerator(IDocumentation)
    DotNetMemberExtensions.FormatCSharpMemberComparisonHashCode(IDotNetMember, MemberComparisonType)
    DotNetMemberExtensions.FormatCSharpComparisonHashCode(IDotNetProperty, bool, bool, bool)
    DotNetMemberExtensions.FormatCSharpDeclarationSyntax(IDotNetProperty, bool, bool, bool, bool)
    © CodeFactory, LLC. All rights reserved.