Show / Hide Table of Contents

    Class FolderSummary

    Provides the cumulative information about selected repository folder.

    Inheritance
    Object
    FolderSummary
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Entities
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class FolderSummary

    Constructors

    FolderSummary()

    Initializes an empty instance.

    Declaration
    public FolderSummary()

    Properties

    AuthorizationGroups

    Gets or sets the summary of all authorization groups stored under specified folder.

    Declaration
    public AuthorizationGroupsSummary AuthorizationGroups { get; set; }
    Property Value
    Type Description
    AuthorizationGroupsSummary

    Behaviors

    Gets or sets the summary of all public behaviors stored under specified folder.

    Declaration
    public BehaviorsSummary Behaviors { get; set; }
    Property Value
    Type Description
    BehaviorsSummary

    Bindings

    Gets or sets the summary of all public bindings stored under specified folder.

    Declaration
    public BindingsSummary Bindings { get; set; }
    Property Value
    Type Description
    BindingsSummary

    CustomEntities

    Gets or sets the summary of all custom entities stored under specified folder.

    Declaration
    public CustomEntitiesSummary CustomEntities { get; set; }
    Property Value
    Type Description
    CustomEntitiesSummary

    Folder

    Gets or sets the folder entity.

    Declaration
    public Folder Folder { get; set; }
    Property Value
    Type Description
    Folder

    Identities

    Gets or sets the summary of all public identities stored under specified folder.

    Declaration
    public IdentitiesSummary Identities { get; set; }
    Property Value
    Type Description
    IdentitiesSummary

    Nodes

    Gets or sets the summary of all nodes stored under specified folder.

    Declaration
    public NodesSummary Nodes { get; set; }
    Property Value
    Type Description
    NodesSummary

    Rules

    Gets or sets the summary of all authorization rules stored under specified folder.

    Declaration
    public AuthorizationRulesSummary Rules { get; set; }
    Property Value
    Type Description
    AuthorizationRulesSummary

    ServiceAgreements

    Gets or sets the summary of all service agreements stored under specified folder.

    Declaration
    public ServiceAgreementsSummary ServiceAgreements { get; set; }
    Property Value
    Type Description
    ServiceAgreementsSummary

    Services

    Gets or sets the summary of all services stored under specified folder.

    Declaration
    public ServicesSummary Services { get; set; }
    Property Value
    Type Description
    ServicesSummary

    Users

    Gets summary of the security roles with users under the specified folder.

    Declaration
    public Collection<SecurityRoleSummary> Users { get; }
    Property Value
    Type Description
    Collection<SecurityRoleSummary>
    Back to top Nevatech Sentinet 6.5 Online Documentation