Search Results for

    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()
    Namespace: Nevatech.Vsb.Repository.Entities
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    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
    [DataMember]
    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
    [DataMember]
    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
    [DataMember]
    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
    [DataMember]
    public CustomEntitiesSummary CustomEntities { get; set; }
    Property Value
    Type Description
    CustomEntitiesSummary

    Folder

    Gets or sets the folder entity.

    Declaration
    [DataMember]
    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
    [DataMember]
    public IdentitiesSummary Identities { get; set; }
    Property Value
    Type Description
    IdentitiesSummary

    Nodes

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

    Declaration
    [DataMember]
    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
    [DataMember]
    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
    [DataMember]
    public ServiceAgreementsSummary ServiceAgreements { get; set; }
    Property Value
    Type Description
    ServiceAgreementsSummary

    Services

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

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

    Users

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

    Declaration
    [DataMember]
    public Collection<SecurityRoleSummary> Users { get; }
    Property Value
    Type Description
    Collection<SecurityRoleSummary>
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation