Show / Hide Table of Contents

Class ListItem

Inheritance
Object
ListItem
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditorInternal.VersionControl
Assembly: UnityEditor.dll
Syntax
public class ListItem

Constructors

| Improve this Doc View Source

ListItem()

Declaration
public ListItem()

Properties

| Improve this Doc View Source

Actions

Declaration
public string[] Actions { get; set; }
Property Value
Type Description
String[]
| Improve this Doc View Source

Asset

Declaration
public Asset Asset { get; set; }
Property Value
Type Description
Asset
| Improve this Doc View Source

CanAccept

Declaration
public bool CanAccept { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

CanExpand

Declaration
public bool CanExpand { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

Change

Declaration
public ChangeSet Change { get; set; }
Property Value
Type Description
ChangeSet
| Improve this Doc View Source

ChildCount

Declaration
public int ChildCount { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

Dummy

Declaration
public bool Dummy { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

Exclusive

Declaration
public bool Exclusive { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

Expanded

Declaration
public bool Expanded { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

FirstChild

Declaration
public ListItem FirstChild { get; }
Property Value
Type Description
ListItem
| Improve this Doc View Source

HasActions

Declaration
public bool HasActions { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

HasChildren

Declaration
public bool HasChildren { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

Hidden

Declaration
public bool Hidden { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

Icon

Declaration
public Texture Icon { get; set; }
Property Value
Type Description
Texture
| Improve this Doc View Source

Identifier

Declaration
public int Identifier { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

Indent

Declaration
public int Indent { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

Item

Declaration
public object Item { get; set; }
Property Value
Type Description
Object
| Improve this Doc View Source

LastChild

Declaration
public ListItem LastChild { get; }
Property Value
Type Description
ListItem
| Improve this Doc View Source

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Next

Declaration
public ListItem Next { get; }
Property Value
Type Description
ListItem
| Improve this Doc View Source

NextOpen

Declaration
public ListItem NextOpen { get; }
Property Value
Type Description
ListItem
| Improve this Doc View Source

NextOpenSkip

Declaration
public ListItem NextOpenSkip { get; }
Property Value
Type Description
ListItem
| Improve this Doc View Source

NextOpenVisible

Declaration
public ListItem NextOpenVisible { get; }
Property Value
Type Description
ListItem
| Improve this Doc View Source

OpenCount

Declaration
public int OpenCount { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

Parent

Declaration
public ListItem Parent { get; }
Property Value
Type Description
ListItem
| Improve this Doc View Source

Prev

Declaration
public ListItem Prev { get; }
Property Value
Type Description
ListItem
| Improve this Doc View Source

PrevOpen

Declaration
public ListItem PrevOpen { get; }
Property Value
Type Description
ListItem
| Improve this Doc View Source

PrevOpenSkip

Declaration
public ListItem PrevOpenSkip { get; }
Property Value
Type Description
ListItem
| Improve this Doc View Source

PrevOpenVisible

Declaration
public ListItem PrevOpenVisible { get; }
Property Value
Type Description
ListItem

Methods

| Improve this Doc View Source

Add(ListItem)

Declaration
public void Add(ListItem listItem)
Parameters
Type Name Description
ListItem listItem
| Improve this Doc View Source

Clear()

Declaration
public void Clear()
| Improve this Doc View Source

Finalize()

Declaration
protected void Finalize()
| Improve this Doc View Source

FindWithIdentifierRecurse(Int32)

Declaration
public ListItem FindWithIdentifierRecurse(int inIdentifier)
Parameters
Type Name Description
Int32 inIdentifier
Returns
Type Description
ListItem
| Improve this Doc View Source

HasPath()

Declaration
public bool HasPath()
Returns
Type Description
Boolean
| Improve this Doc View Source

IsChildOf(ListItem)

Declaration
public bool IsChildOf(ListItem listItem)
Parameters
Type Name Description
ListItem listItem
Returns
Type Description
Boolean
| Improve this Doc View Source

Remove(ListItem)

Declaration
public bool Remove(ListItem listItem)
Parameters
Type Name Description
ListItem listItem
Returns
Type Description
Boolean
| Improve this Doc View Source

RemoveAll()

Declaration
public void RemoveAll()

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX