Keyoti SearchUnit API Docs
SecurityGroupRecordList Class
API DocumentationKeyoti.SearchEngine.UtilsSecurityGroupRecordList
Keyoti SearchUnit v6
SecurityGroupRecord list wrapper.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
[SerializableAttribute]
public class SecurityGroupRecordList : IList<SecurityGroupRecord>, 
	ICollection
[SerializableAttribute]
public class SecurityGroupRecordList : IList<SecurityGroupRecord>, 
	ICollection
<SerializableAttribute>
Public Class SecurityGroupRecordList
	Implements IList(Of SecurityGroupRecord), ICollection
<SerializableAttribute>
Public Class SecurityGroupRecordList
	Implements IList(Of SecurityGroupRecord), ICollection
[SerializableAttribute]
public ref class SecurityGroupRecordList : IList<SecurityGroupRecord^>, 
	ICollection
[SerializableAttribute]
public ref class SecurityGroupRecordList : IList<SecurityGroupRecord^>, 
	ICollection
[<SerializableAttribute>]
type SecurityGroupRecordList =  
    class
        interface IList<SecurityGroupRecord>
        interface ICollection
    end
[<SerializableAttribute>]
type SecurityGroupRecordList =  
    class
        interface IList<SecurityGroupRecord>
        interface ICollection
    end
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
SecurityGroupRecordList()()()()
New

SecurityGroupRecordList(Int32)
New

Add(SecurityGroupRecord)
Add a record.

Add(SecurityGroupRecord, Boolean)
Add a record.

AddRange(SecurityGroupRecordList)
Add a record range.

AddRange(SecurityGroupRecordList, Boolean)
Add a record range.

Clear()()()()
Clear the list

Contains(SecurityGroupRecord)
Whether the list contains the record.

ContainsGroupWithId(array<Int32>[]()[][])
Whether a group in the list has Id = securityGroupId

CopyTo(array<SecurityGroupRecord>[]()[][], Int32)
Copies the list.

CopyTo(Array, Int32)
Copies to an array.

Count
Number of items in list.

Equals(Object) (Inherited from Object.)
Finalize()()()() (Inherited from Object.)
GetEnumerator()()()()
Gets an enumerator

GetHashCode()()()() (Inherited from Object.)
GetType()()()() (Inherited from Object.)
IndexOf(SecurityGroupRecord)
Index of a record

Insert(Int32, SecurityGroupRecord)
Inserts a record

IsReadOnly
Whether the list is read only.

IsSynchronized
Whether the list is synchornized.

Item[([( Int32])])
Item indexer

MemberwiseClone()()()() (Inherited from Object.)
Remove(SecurityGroupRecord)
Removes an item

RemoveAt(Int32)
Removes a record at the index specified.

Sort()()()()
Sort.

SyncRoot
The sync root.

ToCommaDelimitedSecurityGroupRecord()()()()
Generates a comma delimited SecurityGroupRecord representation for human consumption.

ToString()()()() (Inherited from Object.)
Inheritance Hierarchy
Object
SecurityGroupRecordList

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120