Class IdFactory
IdFactory is the static class with the helper methods to generate unique Ids.
Inheritance
System.Object
IdFactory
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: StansAssets.Foundation
Assembly: cs.temp.dll.dll
Syntax
public static class IdFactory
Properties
NextId
Generates unique
Declaration
public static int NextId { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
RandomString
Generates a random string.
Declaration
public static string RandomString { get; }
Property Value
Type | Description |
---|---|
System.String |